mgutz / dat

Go Postgres Data Access Toolkit
Other
612 stars 62 forks source link

No buildable Go source files #65

Closed trustmaster closed 7 years ago

trustmaster commented 7 years ago

Probably a noob question, but I'm getting this when trying to get started with this package:

vendor/gopkg.in/mgutz/dat.v1/init.go:7:2: no buildable Go source files in /Users/trustmaster/go/src/github.com/mgutz/logxi

Seems like logxi needs a versioned import there.

trustmaster commented 7 years ago

Update: going over INSTALL.md and redoing it manually fixed it.

trustmaster commented 7 years ago

Update: only works if I follow the Installing to $GOPATH section. Using just glide alone in my project doesn't work.