From 6b2a61ff0e95115a35031047efc0a540b72bcd9c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Jan 2025 02:37:04 -0600 Subject: builds and runs ok --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b5cf21..2fcfecb 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ install: goimports vet -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" goimports: + reset goimports -w *.go @# // to globally reset paths: @# // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go -- cgit v1.2.3