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"
|
"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 {
|
|
@ -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() {
|
Loading…
Reference in a new issue