getting close to working, switching to work on server for a sec
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-09-21 20:20:24 -07:00
parent da09de0293
commit a52878297f
6 changed files with 365 additions and 43 deletions

View File

@@ -39,6 +39,9 @@ lint:
debug: build
GOTRACEBACK=all HISTORYPOSTER_DEBUG=1 ./$(FN) 2>&1 | tee -a debug.log
debugger:
cd cmd/historyposter && dlv debug main.go
run: build
./$(FN)