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" "fmt"
"strings" "strings"
"git.gay/exhq/pas/src/Constants" "git.gay/exhq/pas/Constants"
) )
func IntentGenerator(res Constants.Response) string { func IntentGenerator(res Constants.Response) string {

View file

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