mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
Issue #107: fix import order
This commit is contained in:
parent
0adfa2d8ca
commit
52d469c091
2 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ package cobra
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"io"
|
||||
"fmt"
|
||||
"io"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package cobra
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"bytes"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestZshCompletion(t *testing.T) {
|
||||
|
|
Loading…
Add table
Reference in a new issue