Fixed package name.
This commit is contained in:
parent
9a93ad9a3a
commit
84ff66b4f4
@ -1,4 +1,4 @@
|
|||||||
package guestbook
|
package justguestbook
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package guestbook_test
|
package justguestbook_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package guestbook
|
package justguestbook
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
Loading…
Reference in New Issue
Block a user