Fix import ordering

This commit is contained in:
Chris Williams 2018-02-27 16:15:26 -08:00
parent 487d155ee2
commit 6e93d49a67

View file

@ -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.")