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.
Commit 6b02a19 caused a regression in the strings package that causes some tests to fail.
A simple test to exercise this behavior is the following:
strings.Contains("abcdef?v=profileM", "abcdef?v=profile&")
On go1.6, this returns false as expected. On 6b02a19, this returns true, which is incorrect.
false
true
/cc @rsc, @TocarIP, @nigeltao