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.
/cc @rsc, @TocarIP, @nigeltao