diff options
| author | Jeff Carr <[email protected]> | 2024-12-13 19:00:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-13 19:00:20 -0600 |
| commit | 6f39827fb9f4b3ea2483998f20ac434d2bd721d9 (patch) | |
| tree | 712d3551b6d0e53418ce789b9cc75e9dc5126307 /Makefile | |
| parent | ffade519ffd0c3d84d0102b3519d7a775a0d4bfc (diff) | |
need to run from a unchanged repo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: goimports build +all: install goimports: + reset goimports -w *.go # // to globally reset paths: # // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" . |
