diff --git a/zsh_completions.go b/zsh_completions.go index e5d7e2b2..d73cddfe 100644 --- a/zsh_completions.go +++ b/zsh_completions.go @@ -2,8 +2,8 @@ package cobra import ( "bytes" - "io" "fmt" + "io" "strings" ) diff --git a/zsh_completions_test.go b/zsh_completions_test.go index 8b3c08c5..08b85159 100644 --- a/zsh_completions_test.go +++ b/zsh_completions_test.go @@ -1,9 +1,9 @@ package cobra import ( - "testing" "bytes" "strings" + "testing" ) func TestZshCompletion(t *testing.T) {