1
0
mirror of https://github.com/golang/go synced 2024-11-15 04:20:22 -07:00
go/src/bufio
favonia bc2124dab1 bufio: allow terminating Scanner early cleanly without a final token or an error
Fixes #56381

Change-Id: I95cd603831a7032d764ab312869fe9fb05848a4b
Reviewed-on: https://go-review.googlesource.com/c/go/+/498117
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
2023-10-23 09:06:30 +00:00
..
bufio_test.go
bufio.go bufio: add available godoc link 2023-10-12 14:39:08 +00:00
example_test.go bufio: allow terminating Scanner early cleanly without a final token or an error 2023-10-23 09:06:30 +00:00
export_test.go
scan_test.go
scan.go bufio: allow terminating Scanner early cleanly without a final token or an error 2023-10-23 09:06:30 +00:00