Rename to craban

This commit is contained in:
Miguel de la Cruz 2021-09-12 18:57:42 +02:00
parent 38767a78d3
commit ca0bfa2398
217 changed files with 23 additions and 23 deletions

View file

@ -1,12 +1,12 @@
.PHONY: fmt
fmt:
go fmt ./...
cd server && go fmt ./...
.PHONY: mod
mod:
go mod vendor
go mod tidy
cd server && go mod vendor
cd server && go mod tidy
.PHONY: test
test:
go test -v -race ./...
cd server && go test -v -race ./...