Lvnszn commented on a change in pull request #1773:
URL: https://github.com/apache/dubbo-go/pull/1773#discussion_r826853978
##########
File path: common/constant/version.go
##########
@@ -18,10 +18,7 @@
package constant
const (
- // Version apache/dubbo-go version
- Version = "3.0.0"
- // Name module name
- Name = "dubbogo"
- // Date release date
- DATE = "2021/05/14"
+ Version = "3.0.0" // apache/dubbo-go version
+ Name = "dubbogo" // module name
+ DATE = "2021/05/14" //release date
Review comment:
少了个空格
--
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]