refactor - pasdns can now look sane 3.0

This commit is contained in:
amy 2024-07-15 22:12:54 +03:30
parent 57fbfbf059
commit 61f89c8067
7 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import (
"fmt"
"strings"
"git.gay/exhq/pas/src/Constants"
"git.gay/exhq/pas/Constants"
)
func IntentGenerator(res Constants.Response) string {

View file

@ -3,8 +3,8 @@ package main
import (
"log"
pas "git.gay/exhq/pas/src"
"git.gay/exhq/pas/src/Constants"
pas "git.gay/exhq/pas"
"git.gay/exhq/pas/Constants"
)
func main() {