diff options
| author | Jeff Carr <[email protected]> | 2024-01-18 16:20:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-18 16:20:11 -0600 |
| commit | 8e9e19a14f7bd1b1cf4b3c8d0220dc84640c2ffd (patch) | |
| tree | 074d48cc795a358eee83cab80cb3217f1406c79b /git.go | |
| parent | 940b1d8b6e8389e39aac0b0173d313d30da5c01b (diff) | |
goimport fixv0.12.14
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,8 +4,9 @@ import ( "strings" "unicode/utf8" - "go.wit.com/log" "io/ioutil" + + "go.wit.com/log" ) func (rs *RepoStatus) String() string { |
