summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 19:08:33 -0600
committerJeff Carr <[email protected]>2024-01-18 19:08:33 -0600
commitb8cca8ce638d8c13585d8c2bbe9a96ffbcec2983 (patch)
tree1ce19d9b19eeb1073fb96f5e51f06c4ddef6796e /Makefile
parent4f59e4bb8d7829f81faeda5a3455f88e9335cce1 (diff)
fix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c440f35..d230812 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ push:
redomod:
rm -f go.*
+ goimports -w *.go
GO111MODULE= go mod init
GO111MODULE= go mod tidy