justxuewei commented on code in PR #2369: URL: https://github.com/apache/dubbo-go/pull/2369#discussion_r1299539258
########## Makefile: ########## @@ -68,6 +68,11 @@ license: clean prepareLic .PHONY: verify verify: clean license test +.PHONE: fmt +fmt: + $(GO_GET) -u github.com/dubbogo/tools/cmd/imports-formatter + imports-formatter + Review Comment: Please add this function to a new pull request. Keep a pull request to implement only one function as much as possible to make code review easier. -- 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]
