run with race condition detector
1 files changed, 1 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +1 -1
@@ 24,7 24,7 @@ clean: $(RM) lists run: - go run . + go run -race . watch: fd -e go -e tmpl | entr -rs "go run ."