This commit is contained in:
Elliott Beach 2017-09-11 12:55:50 -05:00
parent eb14b2049f
commit 69ef453f54

View file

@ -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"}