yuluo-yx commented on code in PR #38:
URL:
https://github.com/apache/hertzbeat-collector-go/pull/38#discussion_r2646955911
##########
tools/make/golang.mk:
##########
@@ -36,6 +36,9 @@ vet: ## Golang vet
dev: ## Golang dev, run main by run.
go run cmd/main.go server --config etc/hertzbeat-collector.yaml
+.PHONY: run
+run: dev ## Golang dev, run main by run. Compatible with dev.
Review Comment:
其实可以改一下,就叫 dev-run 和 prod run 吧?
dev 和 prod 就是以开发模式和二进制运行的意思
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]