summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 19:32:30 -0600
committerJeff Carr <[email protected]>2024-01-20 19:32:30 -0600
commitdfb7a47e8cccd82080de3d6ba97855eeb2be6593 (patch)
treee2a8f4696984ec21eacd4ceba146618a35c456c7 /Makefile
parent7012aff2aebdc74d950d921262e0ddfa677761e4 (diff)
log settings works againv0.12.19
still dreaming of protobuf here go mod update show panic for now finally drop sending stuff for non-visable windows Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 413f145..5a7fd91 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ ifeq ($(GO111MODULE),)
@echo
endif
+goimports:
+ goimports -w *.go
+
redomod:
rm -f go.*
goimports -w *.go