mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
Fix import ordering
This commit is contained in:
parent
487d155ee2
commit
6e93d49a67
1 changed files with 1 additions and 1 deletions
|
@ -23,9 +23,9 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"sort"
|
"sort"
|
||||||
|
"strings"
|
||||||
|
|
||||||
flag "github.com/spf13/pflag"
|
flag "github.com/spf13/pflag"
|
||||||
"strings"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var NotRunnable = errors.New("Command not runnable; need subcommand.")
|
var NotRunnable = errors.New("Command not runnable; need subcommand.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue