We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd296f commit 756a69fCopy full SHA for 756a69f
resolver/resolver.go
@@ -281,7 +281,7 @@ func (t Target) Endpoint() string {
281
return strings.TrimPrefix(endpoint, "/")
282
}
283
284
-// String returns a canonical string representation of Target.
+// String returns the canonical string representation of Target.
285
func (t Target) String() string {
286
return t.URL.Scheme + "://" + t.URL.Host + "/" + t.Endpoint()
287
0 commit comments