Rename to craban
This commit is contained in:
parent
38767a78d3
commit
ca0bfa2398
217 changed files with 23 additions and 23 deletions
8
Makefile
8
Makefile
|
@ -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 ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue