]> Cypherpunks repositories - gostls13.git/commit
net/netip: test that Addr.AsSlice is inlineable
authorTobias Klauser <tklauser@distanz.ch>
Mon, 13 May 2024 16:00:46 +0000 (18:00 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 13 May 2024 21:43:09 +0000 (21:43 +0000)
commit9f9afbf3329b3d6d00fbcba069dbdd428cc1dd76
tree2a9668b00163d802ca78f3ade106f021a80042ae
parent259d2347d2eed687e1b55a9b7e33cbc735db2064
net/netip: test that Addr.AsSlice is inlineable

CL 584995 made Addr.AsSlice inlineable as a side effect. Make sure we
don't regress.

Updates #56136

Change-Id: Ib5f77a430db66ffe45c4cbb264da7a401945fec9
Reviewed-on: https://go-review.googlesource.com/c/go/+/585057
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/netip/inlining_test.go