feat: start recode backend to golang
This commit is contained in:
17
backend/Makefile
Normal file
17
backend/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
.PHONY: test build clean lint
|
||||
|
||||
|
||||
test:
|
||||
go test -cover ./...
|
||||
|
||||
|
||||
build:
|
||||
go build -o bin/d3m0k1d.ru backend/main.go
|
||||
|
||||
|
||||
clean:
|
||||
rm -f bin/d3m0k1d.ru
|
||||
|
||||
|
||||
lint:
|
||||
golangci-lint run --fix
|
||||
Reference in New Issue
Block a user