mgutz / dat

Go Postgres Data Access Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No buildable Go source files

trustmaster opened this issue · comments

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.

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

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