1
0
mirror of https://github.com/golang/go synced 2024-10-05 21:21:21 -06:00
go/src/bufio
Silvan Jegen c4bfd2de20 bufio: Remove unneeded error initialization
The default value for error is nil so there is no need to assign this
value here.

Change-Id: I4714ef7607996ccbf91b704390e1d1d39ee3847b
Reviewed-on: https://go-review.googlesource.com/12355
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-07-18 18:05:23 +00:00
..
bufio_test.go bufio: add Reader.Discard 2015-01-07 06:37:57 +00:00
bufio.go bufio: Remove unneeded error initialization 2015-07-18 18:05:23 +00:00
example_test.go
export_test.go
scan_test.go bufio: remove unused 'panicked' variable from test 2014-11-06 15:22:29 +11:00
scan.go bufio: fix incorrect comment on Scanner.Scan 2015-03-18 00:59:49 +00:00