]> Cypherpunks repositories - gostls13.git/commit
slices: clarify Insert behavior if i == len(s)
authorIan Lance Taylor <iant@golang.org>
Wed, 28 Aug 2024 16:33:49 +0000 (09:33 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 28 Aug 2024 20:02:26 +0000 (20:02 +0000)
commit6d52d7d22b70a5faa2868b6406ccdc7fd9b89083
treecc2f03de7d4215cfd2b4b865650678b2b37d542e
parentfe63d483f4385ce7376f68abd37ad202e8ab798a
slices: clarify Insert behavior if i == len(s)

Fixes #69104

Change-Id: Ie928239d5ef198ce36759ec4cffb7f6320ff3b82
Reviewed-on: https://go-review.googlesource.com/c/go/+/609175
Reviewed-by: Eli Bendersky <eliben@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
src/slices/slices.go