diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 19:53:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 19:53:23 -0600 |
| commit | 57843518b20cbf544a96b885b619e83529602597 (patch) | |
| tree | 0712deb9602a8a5a184ad6b0d49dbee8b4699516 /Makefile | |
| parent | e21b61fa9690e547d47a71ad99bfd2af6eb8c58a (diff) | |
lots of cleanups for the gui and toolkit packagesv0.12.14
log flags gui again
fix panic()
SetVisible() false on create
update go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ all: @echo in that sense, they are intended to be useful wrappers @echo +goimports: + goimports -w *.go + redomod: rm -f go.* GO111MODULE= go mod init |
