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"
"io"
"os"
"os/exec"
"path/filepath"
"strings"
"text/template"
"os/exec"
)
var cmdDirs = [...]string{"cmd", "cmds", "command", "commands"}