chore: re-package
This commit is contained in:
@@ -18,8 +18,9 @@ import (
|
||||
"galaxy/model/order"
|
||||
"galaxy/model/report"
|
||||
|
||||
"galaxy/server/internal/model/game"
|
||||
|
||||
"github.com/google/uuid"
|
||||
"github.com/iliadenisov/galaxy/server/internal/model/game"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
e "galaxy/error"
|
||||
|
||||
"github.com/iliadenisov/galaxy/server/internal/repo/fs"
|
||||
"galaxy/server/internal/repo/fs"
|
||||
)
|
||||
|
||||
func NewStorageError(err error) error {
|
||||
|
||||
@@ -6,9 +6,10 @@ import (
|
||||
|
||||
"galaxy/model/order"
|
||||
|
||||
"galaxy/server/internal/repo"
|
||||
"galaxy/server/internal/repo/fs"
|
||||
|
||||
"github.com/google/uuid"
|
||||
"github.com/iliadenisov/galaxy/server/internal/repo"
|
||||
"github.com/iliadenisov/galaxy/server/internal/repo/fs"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user