pgsql.go
pgsql.go copied to clipboard
Cannot install pgpsql.go on Go 1.0
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.