P
P
Proshka172019-12-22 22:32:35
linux
Proshka17, 2019-12-22 22:32:35

Installing go-sql-driver?

Good afternoon!
I wrote a web service on go and now I'm trying to run it on a VPS.
My code works with Mysql, so you need to put https://github.com/go-sql-driver/mysql
When I enter the go get -u github.com/go-sql-driver/mysql command, I get the following
5dffc4c90501d703329293.png
: cause?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Radjah, 2019-12-23
@Proshka17

UMVR

$ go get github.com/go-sql-driver/mysql
$ go version
go version go1.13.4 linux/amd64

Maybe the golang version is too old?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question