summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 02:52:57 -0600
committerJeff Carr <[email protected]>2024-01-19 02:52:57 -0600
commitc2a563ae37d11f8374df6c7f00661369f4d5a76f (patch)
tree433cb4dd464882258e04a57330113a9f385a96b4 /Makefile
parentd9a04e92fc4211ae4c68e030a72510caadd4be66 (diff)
cleanups after node work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 331617a..f910d9f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,12 @@ plugin:
goget:
GO111MODULE="off" go get -v -t -u
+goimports:
+ goimports -w *.go
+
redomod:
rm -f go.*
+ goimports -w *.go
GO111MODULE= go mod init
GO111MODULE= go mod tidy