go first commit
This commit is contained in:
16
go_cloud/Makefile
Normal file
16
go_cloud/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
.PHONY: build run test clean lint
|
||||
|
||||
build:
|
||||
go build -o bin/api ./cmd/api
|
||||
|
||||
run:
|
||||
go run ./cmd/api
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
clean:
|
||||
rm -rf bin/
|
||||
|
||||
lint:
|
||||
golangci-lint run
|
||||
Reference in New Issue
Block a user