refactor - pasdns can now look sane 6.0

This commit is contained in:
amy 2024-07-15 22:22:29 +03:30
parent c6087f6432
commit e48aef159f
2 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -4,7 +4,7 @@ import (
"regexp"
"strings"
"git.gay/exhq/pas/src/Constants"
"git.gay/exhq/pas/Constants"
)
func CheckIpSyntax(ip string) bool {