github.com/jgbaldwinbrown/perf@v0.1.1/benchfmt/internal/bytesconv/README.md (about) 1 This is a partial copy of strconv.Parse* from Go 1.13.6, converted to 2 use []byte (and stripped of the overly complex extFloat fast-path). 3 It makes me sad that we have to do this, but see golang.org/issue/2632. 4 We can eliminate this if golang.org/issue/43752 (or more generally, 5 golang.org/issue/2205) gets fixed.