fix(import): fix import paths
This commit is contained in:
parent
5f763c9c55
commit
0921412522
21 changed files with 68 additions and 68 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
)
|
||||
|
||||
import (
|
||||
"quickshare/server/libs/httputil"
|
||||
"quickshare/server/libs/httpworker"
|
||||
"github.com/ihexxa/quickshare/server/libs/httputil"
|
||||
"github.com/ihexxa/quickshare/server/libs/httpworker"
|
||||
)
|
||||
|
||||
func (srv *SrvShare) LoginHandler(res http.ResponseWriter, req *http.Request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue