chore: update package name

This commit is contained in:
Steven
2023-11-25 10:40:16 +08:00
parent b7999a4db2
commit 263812f98f
56 changed files with 146 additions and 139 deletions

View File

@ -8,9 +8,9 @@ import (
// sqlite driver.
_ "modernc.org/sqlite"
"github.com/boojack/slash/store"
"github.com/boojack/slash/store/db"
test "github.com/boojack/slash/test"
"github.com/yourselfhosted/slash/store"
"github.com/yourselfhosted/slash/store/db"
test "github.com/yourselfhosted/slash/test"
)
func NewTestingStore(ctx context.Context, t *testing.T) *store.Store {