bitfinexcom / bitfinex-api-go

BITFINEX Go trading API - Bitcoin, Litecoin, and Ether exchange
https://www.bitfinex.com/
MIT License
303 stars 222 forks source link

go get github.com/bitfinexcom/bitfinex-api-go fails #179

Open wethinkagile opened 5 years ago

wethinkagile commented 5 years ago

Taken from your GitHub ReadMe Tutorial.

⇒ go get github.com/bitfinexcom/bitfinex-api-go

gives

package github.com/bitfinexcom/bitfinex-api-go: no Go files in /Users/xxx/xxx/src/github.com/bitfinexcom/bitfinex-api-go

Sounds like something on github/bfx side. Can you fix this?

mayo-nesso commented 5 years ago

According can't load package: package .: no buildable Go source files;

If you want all packages in that repository, use ... to signify that, like:

In this case it would be: go get github.com/bitfinexcom/bitfinex-api-go/...

xiandong79 commented 4 years ago

same problem