mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Moving cobra_test into package cobra for easier testing
This commit is contained in:
parent
b6689aaea4
commit
0556e5fbf9
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
package cobra_test
|
||||
package cobra
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
. "cobra"
|
||||
"fmt"
|
||||
"strings"
|
||||
"testing"
|
||||
|
|
Loading…
Reference in a new issue