Saturday, January 16, 2021

cannot find package "github.com/go-sql-driver/mysql"

Golang Error : cannot find package "github.com/go-sql-driver/mysql" in any of: /home/opc/work/go/src/github.com/go-sql-driver/mysql (from $GOROOT) /home/opc/golang/src/github.com/go-sql-driver/mysql (from $GOPATH) Solution : go get -u github.com/go-sql-driver/mysql

No comments:

Post a Comment

Gen AI Interview

 Langchain vs LangGraph For RAG ingestion what you have used lang chain or lang graph For the  RAG ingestion pipeline , I use  LangChain , n...