1
0
Fork 0

Fixed package name.

This commit is contained in:
Alexander Andreev 2023-05-22 01:01:10 +04:00
parent 9a93ad9a3a
commit 84ff66b4f4
Signed by: Arav
GPG Key ID: D22A817D95815393
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package guestbook
package justguestbook
import (
"database/sql"

View File

@ -1,4 +1,4 @@
package guestbook_test
package justguestbook_test
import (
"testing"

View File

@ -1,4 +1,4 @@
package guestbook
package justguestbook
import (
"errors"