Skip to content

Commit 05913fa

Browse files
Merge pull request #25 from CiscoM31/fix-go-mod
fix module name in go.mod
2 parents 2f81cd4 + bba60a3 commit 05913fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module godata
1+
module github.com/CiscoM31/godata
22

33
go 1.16

providers/mysql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package mysql
22

33
import (
4-
. "godata"
4+
. "github.com/CiscoM31/godata"
55
//"database/sql"
66
//"errors"
77
//"github.com/go-sql-driver/mysql"

0 commit comments

Comments
 (0)