lynx009 commented on code in PR #38:
URL:
https://github.com/apache/hertzbeat-collector-go/pull/38#discussion_r2647702748
##########
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:
Ok, I made some changes again.
--
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]