mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-07-03 03:12: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
|
||||
// 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…
x
Reference in New Issue
Block a user