We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f81cd4 + bba60a3 commit 05913faCopy full SHA for 05913fa
go.mod
@@ -1,3 +1,3 @@
1
-module godata
+module github.com/CiscoM31/godata
2
3
go 1.16
providers/mysql.go
@@ -1,7 +1,7 @@
package mysql
import (
4
- . "godata"
+ . "github.com/CiscoM31/godata"
5
//"database/sql"
6
//"errors"
7
//"github.com/go-sql-driver/mysql"
0 commit comments