chore(Refactor) #110

Merged
grumbulon merged 15 commits from refactor into master 2022-09-24 23:11:10 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 862b910123 - Show all commits

View file

@ -6,7 +6,7 @@ import (
"testing"
"time"
"git.froth.zone/sam/awl/cli"
cli "git.froth.zone/sam/awl/cmd"
"gotest.tools/v3/assert"
)

View file

@ -5,7 +5,7 @@ package cli_test
import (
"testing"
"git.froth.zone/sam/awl/cli"
cli "git.froth.zone/sam/awl/cmd"
"git.froth.zone/sam/awl/pkg/util"
"gotest.tools/v3/assert"
)

View file

@ -5,7 +5,7 @@ package cli_test
import (
"testing"
"git.froth.zone/sam/awl/cli"
cli "git.froth.zone/sam/awl/cmd"
"git.froth.zone/sam/awl/pkg/util"
"github.com/miekg/dns"
"gotest.tools/v3/assert"