Copilot commented on code in PR #2979:
URL: https://github.com/apache/dubbo-go/pull/2979#discussion_r2288456800
##########
common/url.go:
##########
@@ -255,6 +255,20 @@ func NewURL(urlString string, opts ...Option) (*URL,
error) {
return &s, nil
}
+ // zookeeper, nacos, metadata address with muti addr trim space
Review Comment:
The comment contains a typo: 'muti' should be 'multi'.
```suggestion
// zookeeper, nacos, metadata address with multi addr trim space
```
##########
common/url_test.go:
##########
@@ -574,3 +574,21 @@ func TestIsAnyCondition(t *testing.T) {
})
}
}
+
+func TestNewURLWithMutiAddr(t *testing.T) {
Review Comment:
The function name contains a typo: 'Muti' should be 'Multi'.
```suggestion
func TestNewURLWithMultiAddr(t *testing.T) {
```
--
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]