diff --git a/main.go b/main.go index f0b0d7e..fb8dd0c 100644 --- a/main.go +++ b/main.go @@ -7,9 +7,9 @@ import ( "strconv" "strings" - "git.gay/exhq/pas/src/Constants" - "git.gay/exhq/pas/src/helper" - "git.gay/exhq/pas/src/parser" + "git.gay/exhq/pas/Constants" + "git.gay/exhq/pas/helper" + "git.gay/exhq/pas/parser" ) func StartServer(port int, handler func(request Constants.Request, response func(Constants.Response)), errr error) error { diff --git a/parser/parser.go b/parser/parser.go index 7adf853..01a2147 100644 --- a/parser/parser.go +++ b/parser/parser.go @@ -4,7 +4,7 @@ import ( "regexp" "strings" - "git.gay/exhq/pas/src/Constants" + "git.gay/exhq/pas/Constants" ) func CheckIpSyntax(ip string) bool {