summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 20:04:05 -0600
committerJeff Carr <[email protected]>2024-01-20 20:04:05 -0600
commitc00143ec9d932ac74dff2e9ae4d6d07928e4a857 (patch)
tree20323a8a6f6e7f78cad282934a54248b6acdf507 /Makefile
parent8a655d64a3cfcefa9ed01bb276b06f40ddfd18d1 (diff)
general improvmentsv0.10.2
better window open debugger works again new go mod Signed-off-by: Jeff Carr <[email protected]> Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 18e55d2..9b0068f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,9 @@ all:
@echo
@# ./myrepos >/tmp/myrepos.stderr 2>&1
+goimports:
+ goimports -w *.go
+
redomod:
rm -f go.*
goimports -w *.go