Philio / GoMySQL

The most complete and stable MySQL client library written completely in Go. For discussion, ideas, suggestions, feature requests etc, please visit the GoMySQL Google Group (link below). For any issues/bugs or need some help, please post an issue on Github.
https://groups.google.com/group/gomysql
Other
189 stars 37 forks source link

go install and make returns error on OS X #63

Open gurre opened 11 years ago

gurre commented 11 years ago

Is it possible to make i compatible with latest go-tools?

$go install github.com/Philio/GoMySQL
# github.com/Philio/GoMySQL
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:281: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:289: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:311: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/handler.go:333: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/mysql.go:796: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/mysql.go:822: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/packet.go:616: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:82: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:657: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:683: err is shadowed during return
/usr/local/go/src/pkg/github.com/Philio/GoMySQL/statement.go:683: too many errors
$make
Makefile:1: /usr/local/go/src/Make.inc: No such file or directory
Makefile:17: /usr/local/go/src/Make.pkg: No such file or directory
make: *** No rule to make target `/usr/local/go/src/Make.pkg'.  Stop.
fiorix commented 11 years ago

Same here.

liusongsen commented 11 years ago

Same here.

openinx commented 10 years ago

same here.

go install github.com/Philio/GoMySQL

github.com/Philio/GoMySQL

software/vitess/src/github.com/Philio/GoMySQL/handler.go:281: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/handler.go:289: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/handler.go:311: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/handler.go:333: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/mysql.go:796: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/mysql.go:822: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/packet.go:616: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/statement.go:82: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/statement.go:657: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/statement.go:683: err is shadowed during return software/vitess/src/github.com/Philio/GoMySQL/statement.go:683: too many errors