summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-26 05:12:28 -0600
committerJeff Carr <[email protected]>2024-11-26 05:12:28 -0600
commitf7bf89148d1c66505dc102f0e27f62371f5004f4 (patch)
tree862496fea70a228a70c7bc49907670a4c098a2dc /Makefile
parent316bc8ea81200a48b8a7259905720362b512ce2a (diff)
go vet worksv0.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 920c3d8..fb5d194 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ lint:
# autofixes your import headers in your golang files
goimports:
goimports -w *.go
- make -C example goimports
redomod:
rm -f go.*