go-sql-driver/mysql/utils.go:81: undefined: cloneTLSConfig #720
Closed
Description
Hi,
I'm trying to use the mysql driver from go-sql-driver in order to connect a google cloud sql instance.
When I import _ "github.com/go-sql-driver/mysql" I have a error message :
go-sql-driver/mysql/utils.go:81: undefined: cloneTLSConfig
I've seen the issue in which it was said to be on go 1.8 or higher but I am on go 1.9.1 on Google app engine.
Did anyone have another solution to this problem?
Thank you iin advance
Error log
/home/admin_/gopath/src/github.com/go-sql-driver/mysql/utils.go:81: undefined: cloneTLSConfig
Configuration
Go version : go version go1.9.1 linux/amd64
Server OS : Debian 8 Jessie
Metadata
Assignees
Labels
No labels