]> Cypherpunks repositories - gostls13.git/commit
io: add test for Pipe constructor allocations
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 24 May 2024 16:41:22 +0000 (23:41 +0700)
committerGopher Robot <gobot@golang.org>
Sun, 7 Jul 2024 19:43:22 +0000 (19:43 +0000)
commitb43d6c57dee2e02a173796c1bc11840de3681dcf
tree6744d0a444ac8cfe7ebcb930dbaf485a9ddabbed
parentd0146bd85bb6870aa43a498b06ccb473af55cbe3
io: add test for Pipe constructor allocations

Updates #67633

Change-Id: If3da9317ba36cb8a7868db94b45c402e1793e018
Reviewed-on: https://go-review.googlesource.com/c/go/+/588219
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Mateusz Poliwczak <mpoliwczak34@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/io/pipe_test.go