]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.6.txt: bufio.ErrFinalToken
authorRob Pike <r@golang.org>
Fri, 25 Sep 2015 21:56:30 +0000 (14:56 -0700)
committerRob Pike <r@golang.org>
Fri, 25 Sep 2015 21:57:01 +0000 (21:57 +0000)
Change-Id: I2714faa6e8aa7b81a05f0e015b045a57407d808d
Reviewed-on: https://go-review.googlesource.com/14996
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.6.txt

index eb9ff14b4684d5eb5ba690029daf1e96885e745b..2e88eaddfd9b25b7568edd900181fbee9dee7452 100644 (file)
@@ -10,6 +10,7 @@ NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
 API additions and behavior changes:
 
 bufio: add Scanner.Buffer (https://golang.org/cl/14599/)
+bufio: add ErrFinalToken as a sentinel value for Scan's split functions (https://golang.org/cl/14924)
 fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
 math/rand: add Read (https://golang.org/cl/14522)
 strconv: QuoteToGraphic (https://golang.org/cl/14184/)