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 7c265ed commit 85d03cdCopy full SHA for 85d03cd
go/pkg/amqp/url_test.go
@@ -33,7 +33,7 @@ func ExampleParseURL() {
33
"/path",
34
"",
35
":1234",
36
- // Taken out because the go 1.4 URL parser isn't the same as later
+ // Taken out because the go 1.4 URL parser isn't the same as later
37
//"[::1]",
38
//"[::1",
39
// Output would be:
@@ -55,5 +55,5 @@ func ExampleParseURL() {
55
// amqps://host:amqps
56
// amqp://localhost:amqp/path
57
// amqp://localhost:amqp
58
- // parse :1234: missing protocol scheme
+ // parse ":1234": missing protocol scheme
59
}
0 commit comments