From e8e36ee802ffe9d7ed6adb35e4de8054c6ec6ef0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Feb 2025 07:24:42 -0600 Subject: func name change --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b1c7fb..6d403bf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ #a git remote add github git@github.com:wit-go/gadgets.git -all: +all: goimports vet @echo @echo gadgets are collections of widget primaties that work @echo in ways that are common enough they are generally useful @@ -14,6 +14,9 @@ all: goimports: goimports -w *.go +vet: + @GO111MODULE=off go vet + redomod: rm -f go.* GO111MODULE= go mod init -- cgit v1.2.3