]> Cypherpunks repositories - gostls13.git/commit
bufio: make it a little clearer how the default Scanner splits lines.
authorRob Pike <r@golang.org>
Wed, 3 Apr 2013 17:40:04 +0000 (10:40 -0700)
committerRob Pike <r@golang.org>
Wed, 3 Apr 2013 17:40:04 +0000 (10:40 -0700)
commit995eb2cf5166908d2eddde6829c79aa5908ef11b
tree591b2637b55e67301eda810f717ea980a8f89d5f
parent468851f1d57eb5cd3ec0ec6d3ce306ea5749090b
bufio: make it a little clearer how the default Scanner splits lines.
Just commentary, no semantic change.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8329043
src/pkg/bufio/scan.go