diff options
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -1,5 +1,6 @@ package main +/* import ( "strings" @@ -7,7 +8,7 @@ import ( "go.wit.com/log" ) -var repopath string = "/home/jcarr/" +// var repopath string = "/home/jcarr/" // if dryRun == true, then it just prints out the values // but doesn't do anything @@ -55,14 +56,4 @@ func goMake(dryRun string) bool { } return true } - -func setGitCommands() { - var tmp []string - // convert to displayable to the user text - for _, line := range me.script { - s := strings.Join(line, " ") - log.Warn("s =", s) - tmp = append(tmp, s) - } - cmds.SetText(strings.Join(tmp, "\n")) -} +*/ |
