diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 02:37:04 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 02:37:04 -0600 |
| commit | 6b2a61ff0e95115a35031047efc0a540b72bcd9c (patch) | |
| tree | 1b5dbe627a29e600cf7578df72015123473c0442 /Makefile | |
| parent | d84d7d468778ce3e1182fd82d68a27b1e613e305 (diff) | |
builds and runs ok
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
