Files are moved out of pkg directory.
This commit is contained in:
parent
4bb06cb2a1
commit
729e58fdca
@ -5,7 +5,7 @@ import (
|
||||
_ "embed"
|
||||
"fmt"
|
||||
|
||||
"git.arav.top/Arav/justguestbook/pkg/guestbook"
|
||||
"git.arav.top/Arav/justguestbook/guestbook"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/pkg/errors"
|
||||
)
|
@ -3,8 +3,8 @@ package sqlite_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.arav.top/Arav/justguestbook/pkg/database/sqlite"
|
||||
"git.arav.top/Arav/justguestbook/pkg/guestbook"
|
||||
"git.arav.top/Arav/justguestbook/database/sqlite"
|
||||
"git.arav.top/Arav/justguestbook/guestbook"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user