Stuff
This commit is contained in:
parent
68ae33e78a
commit
f76aa74179
45 changed files with 6239 additions and 22 deletions
4
Makefile
4
Makefile
|
@ -10,3 +10,7 @@ mod:
|
|||
.PHONY: test
|
||||
test:
|
||||
cd server && go test -v -race -count 1 ./...
|
||||
|
||||
.PHONY: watch
|
||||
watch:
|
||||
modd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue