diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 20:24:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 20:24:58 -0600 |
| commit | 15e9548cf50fad96ee938f134daca32d7b83b896 (patch) | |
| tree | 0663412f430517c55697325cea59c339c05c57bc /Makefile | |
| parent | c1b2c4a18200172f01cf9a0d02aa632f087224d5 (diff) | |
it's my memory so I can forgetv0.12.6
lots of general improvements
ready to fix gocui
working on log settings
fix the debugger
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ all: redomod @echo a 'gui' debugger using the gui +goimports: + goimports -w *.go + redomod: rm -f go.* goimports -w *.go |
