diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 00:58:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 00:58:14 -0600 |
| commit | 8a80991bd5c556f0cffc2ecf6f3814926899c85c (patch) | |
| tree | 8f3742a7f8c0a6c830f7e8d4ace7f9c7dfc0d2ec /unix.go | |
| parent | a2c47263e3425790976d917f2f033230d4aa2e76 (diff) | |
gofmt autofix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ package main import ( - "strings" "go.wit.com/log" + "strings" - "go.wit.com/gui/lib/repostatus" + "go.wit.com/lib/gui/repostatus" ) var repopath string = "/home/jcarr/" @@ -18,9 +18,9 @@ func goMake(dryRun string) bool { continue } if line[0] == "cd" { - switch len(line) { + switch len(line) { case 1: - log.Verbose("do cmdPwd() to go root", repopath + "go/src") + log.Verbose("do cmdPwd() to go root", repopath+"go/src") workingPath = "" case 2: log.Verbose("do cmdPwd() here", line) |
