mirror of
https://github.com/golang/net.git
synced 2026-04-01 02:47:08 +09:00
Reduces binary size by not generating eq algs. Also, remove the badStringError type that only had one use, and was just copied from net/http where it's also not used much. Updates golang/go#38782 Change-Id: I56bddde0bb500109e2c18bb1419e8a920a5bebf9 Reviewed-on: https://go-review.googlesource.com/c/net/+/231119 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>