change cli dir to cmd, update path in main.go
This commit is contained in:
parent
3eb2955bcf
commit
fa05b3c699
8 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -9,7 +9,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"git.froth.zone/sam/awl/cli"
|
||||
cli "git.froth.zone/sam/awl/cmd"
|
||||
"git.froth.zone/sam/awl/pkg/query"
|
||||
"git.froth.zone/sam/awl/pkg/util"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue