wenxuwan commented on a change in pull request #1479:
URL: https://github.com/apache/dubbo-go/pull/1479#discussion_r714464692
##########
File path: config/remote_config.go
##########
@@ -45,7 +46,7 @@ type RemoteConfig struct {
}
// Prefix
-func (c *RemoteConfig) Prefix() string {
+func (RemoteConfig) Prefix() string {
return constant.RemotePrefix
Review comment:
保留的意义是什么,返回一个public的const变量吗
--
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]