mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
gofmt
This commit is contained in:
parent
eb14b2049f
commit
69ef453f54
1 changed files with 1 additions and 1 deletions
|
@ -18,10 +18,10 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
"os"
|
"os"
|
||||||
|
"os/exec"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
"text/template"
|
"text/template"
|
||||||
"os/exec"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var cmdDirs = [...]string{"cmd", "cmds", "command", "commands"}
|
var cmdDirs = [...]string{"cmd", "cmds", "command", "commands"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue