thebotguys / golang-bittrex-api

This repository is a golang porting of v2.0 Bittrex API
Apache License 2.0
109 stars 12 forks source link

go get github.com/thebotguys/golang-bittrex-api does not work #33

Closed pavelz closed 6 years ago

pavelz commented 6 years ago

go get github.com/thebotguys/golang-bittrex-api

can't load package: package github.com/thebotguys/golang-bittrex-api: no Go files in /Users/pavel/.gopath/src/github.com/thebotguys/golang-bittrex-api

valuka commented 6 years ago

Use go get github.com/thebotguys/golang-bittrex-api/bittrex and it will work.