summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 16:20:11 -0600
committerJeff Carr <[email protected]>2024-01-18 16:20:11 -0600
commit8e9e19a14f7bd1b1cf4b3c8d0220dc84640c2ffd (patch)
tree074d48cc795a358eee83cab80cb3217f1406c79b /git.go
parent940b1d8b6e8389e39aac0b0173d313d30da5c01b (diff)
goimport fixv0.12.14
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'git.go')
-rw-r--r--git.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.go b/git.go
index 7c4e3bb..1d6b89b 100644
--- a/git.go
+++ b/git.go
@@ -4,8 +4,9 @@ import (
"strings"
"unicode/utf8"
- "go.wit.com/log"
"io/ioutil"
+
+ "go.wit.com/log"
)
func (rs *RepoStatus) String() string {