Open wethinkagile opened 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/...
same problem
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?