From e48aef159ff241bcef8bf7d7464f491ee69a95bc Mon Sep 17 00:00:00 2001 From: echo Date: Mon, 15 Jul 2024 22:22:29 +0330 Subject: [PATCH] refactor - pasdns can now look sane 6.0 --- main.go | 6 +++--- parser/parser.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {