Reference new subrepo paths in README.
This commit is contained in:
parent
85cc323e34
commit
67fc6fa645
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ btcjson (using btcjson.RegisterCustomCmd).
|
|||
```Go
|
||||
// Client Side
|
||||
import (
|
||||
"code.google.com/p/go.net/websocket"
|
||||
"golang.org/x/net/websocket"
|
||||
"github.com/conformal/btcws"
|
||||
)
|
||||
|
||||
|
@ -35,7 +35,7 @@ websocket.JSON.Send(btcdWSConn, cmd)
|
|||
|
||||
// Server Side
|
||||
import (
|
||||
"code.google.com/p/go.net/websocket"
|
||||
"golang.org/x/net/websocket"
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/conformal/btcws"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue