mgutz / dat

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

logxi #64

Closed Xioshock closed 7 years ago

Xioshock commented 7 years ago

Hello,

after yesterdays commit with logxi, we can no longer build our application.

It says: gopkg.in\mgutz\dat.v1\init.go:7:2: no buildable Go source files in .....\github.com\mgutz\logxi

We tried deleting all packages and installing them again, updating, etc. Same error everytime.

Could you check it out please?

Thank you

mgutz commented 7 years ago

My guess is you're not using glide?

Please read INSTALL.md

Xioshock commented 7 years ago

Yes, we don't use glide. I didn't notice the readme has been changed. Thank you.

mgutz commented 7 years ago

You may have already figured it out but you need to be in $GOPATH/src not $GOPATH if installing to GOPATH. I updated INSTALL.md