This commit is contained in:
Miguel de la Cruz 2021-09-12 21:57:59 +02:00
parent 68ae33e78a
commit f76aa74179
45 changed files with 6239 additions and 22 deletions

View file

@ -10,3 +10,7 @@ mod:
.PHONY: test
test:
cd server && go test -v -race -count 1 ./...
.PHONY: watch
watch:
modd