diff options
Diffstat (limited to 'tests/cli/cli_test.go')
-rw-r--r-- | tests/cli/cli_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cli/cli_test.go b/tests/cli/cli_test.go index 4055c97..96a5b72 100644 --- a/tests/cli/cli_test.go +++ b/tests/cli/cli_test.go @@ -1,7 +1,6 @@ +// package cli tests CLI operations like "-init", "-password" etc package cli -// Test CLI operations like "-init", "-password" etc - import ( "fmt" "io/ioutil" |