1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/bufio
Andrew Gerrand 8eb8ad2454 bufio: add Writer example
Update #5530

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12504044
2013-08-12 13:03:50 +10:00
..
bufio_test.go bufio: drop buffer recycling, add Reader.Reset and Writer.Reset 2013-08-10 19:22:19 -07:00
bufio.go bufio: make it clear that the client must call Writer.Flush 2013-08-12 12:55:33 +10:00
example_test.go bufio: add Writer example 2013-08-12 13:03:50 +10:00
export_test.go bufio: new Scanner interface 2013-02-20 12:14:31 -08:00
scan_test.go bufio.Scan: don't stop after Read returns 0, nil 2013-04-18 17:37:21 -07:00
scan.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00