refactor - pasdns can now look sane 3.0
This commit is contained in:
parent
57fbfbf059
commit
61f89c8067
7 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
|
||||
"git.gay/exhq/pas/src/Constants"
|
||||
"git.gay/exhq/pas/Constants"
|
||||
)
|
||||
|
||||
func IntentGenerator(res Constants.Response) string {
|
|
@ -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() {
|
Loading…
Reference in a new issue