]> Cypherpunks.ru repositories - gostls13.git/commit
slices: add Concat
authorCarl Johnson <me@carlmjohnson.net>
Tue, 8 Aug 2023 01:14:22 +0000 (01:14 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 8 Aug 2023 14:31:39 +0000 (14:31 +0000)
commit2c95fa4f31aec5c903947920e9e555f435869359
tree799ff9445fea54347b759113c2f76e2b691403de
parent24f83ed4e29495d5b8b6375aeaa2d34d14629c7d
slices: add Concat

Fixes #56353

Change-Id: I985e1553e7b02237403b833e96fb5ceec890f5b8
GitHub-Last-Rev: 96a35e524c168e5004c5cd28e693437462218eeb
GitHub-Pull-Request: golang/go#60929
Reviewed-on: https://go-review.googlesource.com/c/go/+/504882
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
api/next/56353.txt [new file with mode: 0644]
src/slices/slices.go
src/slices/slices_test.go