refactor - pasdns can now look sane 2.0
This commit is contained in:
parent
0be492aa87
commit
57fbfbf059
5 changed files with 8 additions and 8 deletions
|
|
@ -7,9 +7,9 @@ import (
|
|||
"strconv"
|
||||
"strings"
|
||||
|
||||
"exhq.dev/pas/src/Constants"
|
||||
"exhq.dev/pas/src/helper"
|
||||
"exhq.dev/pas/src/parser"
|
||||
"git.gay/exhq/pas/src/Constants"
|
||||
"git.gay/exhq/pas/src/helper"
|
||||
"git.gay/exhq/pas/src/parser"
|
||||
)
|
||||
|
||||
func StartServer(port int, handler func(request Constants.Request, response func(Constants.Response)), errr error) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue