tailscale / go

Tailscale's rolling temporary fork of Go with emphasis on performance and memory/binary size reduction. We try to upstream everything and keep this repo's diff small.
https://github.com/tailscale/go/commits
BSD 3-Clause "New" or "Revised" License
66 stars 6 forks source link

patch: database/sql: remove distracting alloc #60

Closed bradfitz closed 1 year ago

bradfitz commented 1 year ago

Summary: remove a database/sql alloc Upstream status: submitted upstream already; https://github.com/golang/go/commit/08c32998297e66486416d4021630510eafdcd81e Importance: low

bradfitz commented 1 year ago

Closing, as we've moved to Go 1.21 where this is included.