goimport fix

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-18 16:20:11 -06:00
parent 940b1d8b6e
commit 8e9e19a14f
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ all:
@echo Run: make redomod
@echo
@# ./myrepos >/tmp/myrepos.stderr 2>&1
goimports -w *.go
redomod:
rm -f go.*

3
git.go
View File

@ -4,8 +4,9 @@ import (
"strings"
"unicode/utf8"
"go.wit.com/log"
"io/ioutil"
"go.wit.com/log"
)
func (rs *RepoStatus) String() string {

View File

@ -9,7 +9,6 @@ import (
"path/filepath"
"regexp"
"strings"
"time"
"go.wit.com/log"
)