summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-28 08:54:47 -0600
committerJeff Carr <[email protected]>2024-11-28 08:54:47 -0600
commit02b9ed57b3e1cff11d4ac45c4078900e8ab9685e (patch)
tree73ca7e88bfd2f67d1fa8d46a9e1247669b6c3283 /Makefile
parent5a9b953d33cecf13c6ddc0ad002c41d62213b3e1 (diff)
climbing up hill
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9d0d88..7fb1b82 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ lint:
# autofixes your import headers in your golang files
goimports:
goimports -w *.go
+ make -C scanGoSrc/ goimports
redomod:
rm -f go.*