On Ubuntu 16.04 with go version 1.8, when executing the command
go get github.com/go-sql-driver/mysql
I got this error:
github.com/go-sql-driver/mysql/conncheck.go:29: undefined: syscall.Conn
How can I resolve this problem?
On Ubuntu 16.04 with go version 1.8, when executing the command
go get github.com/go-sql-driver/mysql
I got this error:
github.com/go-sql-driver/mysql/conncheck.go:29: undefined: syscall.Conn
How can I resolve this problem?