~kota/lists

fbcf21779231cc1301fbb1dc77cfd05206bb17f6 — Dakota Walsh 7 months ago bef63af
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 ."