Update foundation's package
This commit is contained in:
parent
1f7bb65205
commit
e399d1e547
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package foundation
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package foundation
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package main
|
package foundation
|
||||||
|
|
||||||
import "database/sql"
|
import "database/sql"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue