Files
Dave Hrycyszyn 94357c6132 Fixing go warning re unused btc lib (#921)
* Fixing go warning re unused btc lib

* Removed commented code

Co-authored-by: dave <dave@nym-mbp.lan>
2021-11-26 12:51:01 +00:00

8 lines
116 B
Modula-2

module github.com/nymtech/nym/clients/native/examples/go
go 1.14
require (
github.com/gorilla/websocket v1.4.2
)