feat: add make file

Signed-off-by: kubbot <3293172751ysy@gmail.com>
This commit is contained in:
kubbot 2023-07-11 22:14:44 +08:00
parent f13ffc6e6c
commit 154658ee12

View File

@ -87,7 +87,7 @@ fmt:
vet: vet:
@$(GO) vet ./... @$(GO) vet ./...
lint: Check syntax and styling of go sources. ✨ ## lint: Check syntax and styling of go sources. ✨
.PHONY: lint .PHONY: lint
lint: lint:
@$(MAKE) go.lint @$(MAKE) go.lint