File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "os"
2424 "runtime"
2525
26- . "github.com/zreigz/ws-vpn/utils"
26+ . "github.com/zreigz/ws-vpn/vpn/ utils"
2727 client "github.com/zreigz/ws-vpn/vpn"
2828 server "github.com/zreigz/ws-vpn/vpn"
2929)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "github.com/songgao/water"
2323 "net"
2424
25- . "github.com/zreigz/ws-vpn/utils"
25+ . "github.com/zreigz/ws-vpn/vpn/ utils"
2626 "net/url"
2727 "os"
2828 "os/signal"
Original file line number Diff line number Diff line change 1717 */
1818package vpn
1919
20- import loging "github.com/zreigz/ws-vpn/utils"
20+ import loging "github.com/zreigz/ws-vpn/vpn/ utils"
2121
2222var logger = loging .GetLogger ()
2323
@@ -33,6 +33,4 @@ const (
3333 STATE_CONNECT = 1
3434
3535 STATE_CONNECTED = 2
36-
37- STATE_DISCONNECT = 3
3836)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "net"
2323
2424 "github.com/songgao/water"
25- . "github.com/zreigz/ws-vpn/utils"
25+ . "github.com/zreigz/ws-vpn/vpn/ utils"
2626
2727 "fmt"
2828 "net/http"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments