mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-07-03 11:22:30 +00:00
Reference new subrepo paths in README.
This commit is contained in:
parent
85cc323e34
commit
67fc6fa645
@ -13,7 +13,7 @@ btcjson (using btcjson.RegisterCustomCmd).
|
|||||||
```Go
|
```Go
|
||||||
// Client Side
|
// Client Side
|
||||||
import (
|
import (
|
||||||
"code.google.com/p/go.net/websocket"
|
"golang.org/x/net/websocket"
|
||||||
"github.com/conformal/btcws"
|
"github.com/conformal/btcws"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ websocket.JSON.Send(btcdWSConn, cmd)
|
|||||||
|
|
||||||
// Server Side
|
// Server Side
|
||||||
import (
|
import (
|
||||||
"code.google.com/p/go.net/websocket"
|
"golang.org/x/net/websocket"
|
||||||
"github.com/conformal/btcjson"
|
"github.com/conformal/btcjson"
|
||||||
"github.com/conformal/btcws"
|
"github.com/conformal/btcws"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user