Issue #107: fix import order

This commit is contained in:
bpicode 2017-07-25 00:25:38 +02:00
parent 0adfa2d8ca
commit 52d469c091
No known key found for this signature in database
GPG key ID: 198D1DA18A896560
2 changed files with 2 additions and 2 deletions

View file

@ -2,8 +2,8 @@ package cobra
import (
"bytes"
"io"
"fmt"
"io"
"strings"
)

View file

@ -1,9 +1,9 @@
package cobra
import (
"testing"
"bytes"
"strings"
"testing"
)
func TestZshCompletion(t *testing.T) {