go/src/io
apocelipes 2247afc0ae go,internal,io,mime: use slices and maps to clean tests
Replace reflect.DeepEqual with slices.Equal/maps.Equal, which is
much faster.

Change-Id: Id9cb550884da817da96befdeccfecb3325fb4414
GitHub-Last-Rev: 7d64d78feb
GitHub-Pull-Request: golang/go#67612
Reviewed-on: https://go-review.googlesource.com/c/go/+/587819
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-07-25 00:22:14 +00:00
..
fs go,internal,io,mime: use slices and maps to clean tests 2024-07-25 00:22:14 +00:00
ioutil all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
example_test.go
export_test.go
io.go io: fix typo inside copyBuffer 2024-04-15 17:34:10 +00:00
io_test.go io: add (*SectionReader).Outer() 2023-10-09 22:04:41 +00:00
multi.go
multi_test.go
pipe.go io: add available godoc link 2023-10-18 19:34:35 +00:00
pipe_test.go io: add test for Pipe constructor allocations 2024-07-07 19:43:22 +00:00