fix(import): fix import paths
This commit is contained in:
parent
5f763c9c55
commit
0921412522
21 changed files with 68 additions and 68 deletions
|
@ -7,9 +7,9 @@ import (
|
|||
)
|
||||
|
||||
import (
|
||||
"quickshare/server/libs/cfg"
|
||||
"quickshare/server/libs/encrypt"
|
||||
"quickshare/server/libs/httputil"
|
||||
"github.com/ihexxa/quickshare/server/libs/cfg"
|
||||
"github.com/ihexxa/quickshare/server/libs/encrypt"
|
||||
"github.com/ihexxa/quickshare/server/libs/httputil"
|
||||
)
|
||||
|
||||
func TestLogin(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue