diff --git a/cmd/headscale/cli/configtest.go b/cmd/headscale/cli/configtest.go index 37b77848..72744a7b 100644 --- a/cmd/headscale/cli/configtest.go +++ b/cmd/headscale/cli/configtest.go @@ -1,8 +1,8 @@ package cli import ( - "github.com/spf13/cobra" "github.com/rs/zerolog/log" + "github.com/spf13/cobra" ) func init() { diff --git a/integration/hsic/hsic.go b/integration/hsic/hsic.go index d00efe46..08e7806e 100644 --- a/integration/hsic/hsic.go +++ b/integration/hsic/hsic.go @@ -108,7 +108,7 @@ func WithPort(port int) Option { } } -// WithTestName sets a a name for the test, this will be reflected +// WithTestName sets a name for the test, this will be reflected // in the Docker container name. func WithTestName(testName string) Option { return func(hsic *HeadscaleInContainer) {