]> Cypherpunks repositories - gostls13.git/commit
testing: use strings.SplitSeq and bytes.SplitSeq
authorapocelipes <seve3r@outlook.com>
Wed, 5 Feb 2025 12:19:12 +0000 (12:19 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 5 Feb 2025 23:53:08 +0000 (15:53 -0800)
commit4cc7705e56be24d5719b59cb369ce4d40643983c
tree501110cc505af92500f247460c9db01d6c8514b3
parent51bf2cf7cfa999777697a9548d59d22c3716fbde
testing: use strings.SplitSeq and bytes.SplitSeq

To simplify the code. This is a follow-up for the CL 646216.

Change-Id: Ib09d1074a783482fb293527e9f1abeb3c02137c3
GitHub-Last-Rev: 2e7a6ad40cc22ea855e4d703ff39db9cc2c8a58e
GitHub-Pull-Request: golang/go#71568
Reviewed-on: https://go-review.googlesource.com/c/go/+/646755
Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Salah (Globlost) <globlost@gmail.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/testing/slogtest/example_test.go
src/testing/testing.go
src/testing/testing_test.go