always cheat with goimport

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-19 01:23:50 -06:00
parent d3807e5f13
commit 39da8e6810
1 changed files with 1 additions and 2 deletions

View File

@ -2,11 +2,10 @@ all:
@echo
@echo Run: make redomod
@echo
@# ./myrepos >/tmp/myrepos.stderr 2>&1
goimports -w *.go
redomod:
rm -f go.*
goimports -w *.go
GO111MODULE= go mod init
GO111MODULE= go mod tidy