parsestr Parsestr is a simple Golang library emulating the query parsing behavior of the PHP parse_str. Parsestr works by extending the Golang standard url.Values allowing parsing of PHP style foo[bar]=baz&qux[]=quux query strings.