6483a62a7c
* Fixing annoying errors Go errors showing in example code * Fixed further Go warnings
9 lines
164 B
Modula-2
9 lines
164 B
Modula-2
module github.com/nymtech/nym/clients/native/examples/go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/btcsuite/btcutil v1.0.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
)
|