mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +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"
|
||||
"path/filepath"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
flag "github.com/spf13/pflag"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var NotRunnable = errors.New("Command not runnable; need subcommand.")
|
||||
|
|
Loading…
Add table
Reference in a new issue