go/src/bufio
Ian Lance Taylor d7f6f6fd54 bufio: skip network test if unixpacket socket not supported
Change-Id: I03434fdc4916fc8d195de2617edc28ec4b66a172
Reviewed-on: https://go-review.googlesource.com/c/go/+/647535
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
2025-02-07 11:37:07 -08:00
..
bufio.go bufio: don't do empty Write at start of WriteTo 2025-02-06 17:08:54 -08:00
bufio_test.go bufio: don't do empty Write at start of WriteTo 2025-02-06 17:08:54 -08:00
example_test.go bufio: add example for ReadFrom and remove unused code 2024-11-01 21:52:12 +00:00
export_test.go
net_test.go bufio: skip network test if unixpacket socket not supported 2025-02-07 11:37:07 -08:00
scan.go bufio: allow terminating Scanner early cleanly without a final token or an error 2023-10-23 09:06:30 +00:00
scan_test.go