summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 01:23:50 -0600
committerJeff Carr <[email protected]>2024-01-19 01:23:50 -0600
commit39da8e6810032c70abfccc5d265db108438651d2 (patch)
tree61b2e244485a87bb92f80888792adf164f172bae /Makefile
parentd3807e5f13c00f39fa65b842649ebe64092617b3 (diff)
always cheat with goimportv0.12.16
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 429f273..4a4686b 100644
--- a/Makefile
+++ b/Makefile
@@ -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