diff --git a/cmd/gost/main.go b/cmd/gost/main.go index eb06eda..d7d7b96 100644 --- a/cmd/gost/main.go +++ b/cmd/gost/main.go @@ -6,6 +6,7 @@ import ( "errors" "flag" "fmt" + "net" "net/http" "net/url" "os"