fix(import): fix import paths
This commit is contained in:
parent
5f763c9c55
commit
0921412522
21 changed files with 68 additions and 68 deletions
|
@ -8,8 +8,8 @@ import (
|
|||
)
|
||||
|
||||
import (
|
||||
"quickshare/server/libs/fileidx"
|
||||
"quickshare/server/libs/qtube"
|
||||
"github.com/ihexxa/quickshare/server/libs/fileidx"
|
||||
"github.com/ihexxa/quickshare/server/libs/qtube"
|
||||
)
|
||||
|
||||
type stubFsUtil struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue