From 8a80991bd5c556f0cffc2ecf6f3814926899c85c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 00:58:14 -0600 Subject: gofmt autofix paths Signed-off-by: Jeff Carr --- unix.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unix.go') diff --git a/unix.go b/unix.go index d045967..5574e5d 100644 --- a/unix.go +++ b/unix.go @@ -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) -- cgit v1.2.3