pgsql.go icon indicating copy to clipboard operation
pgsql.go copied to clipboard

Cannot install pgpsql.go on Go 1.0

Open brailateo opened this issue 13 years ago • 0 comments

I succeeded in installing and working just fine on 8g version but when I upgraded to Go 1.0 installing won't work! :-(

teo@teo:~/go/src/pkg$ go get github.com/jbarham/pgsql.go package github.com/jbarham/pgsql.go imports github.com/jbarham/pgsql.go imports github.com/jbarham/pgsql.go: found packages pgsql (pgsql.go) and main (pool_example.go) in /home/teo/go...

teo@teo:~/go/src/pkg$ cd github.com/jbarham/pgsql.go teo@teo:~/go/src/pkg/github.com/jbarham/pgsql.go$ make install Makefile:1: /home/teo/go/src/Make.inc: No such file or directory Makefile:12: /home/teo/go/src/Make.pkg: No such file or directory make: *** No rule to make target `/home/teo/go/src/Make.pkg'. Stop.

brailateo avatar Apr 06 '12 04:04 brailateo