]> Cypherpunks repositories - gostls13.git/commit
remove Line in bufio.ReadLine(Bytes|Slice|String)
authorRuss Cox <rsc@golang.org>
Thu, 27 Aug 2009 18:20:15 +0000 (11:20 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 27 Aug 2009 18:20:15 +0000 (11:20 -0700)
commit4b409289f6edac4b744d3589999dd5d3f5cf0f0e
tree4630cb5e26c85e719c02e5a360c3eaa04f42748f
parentbdcf1f8125be37d3b56b2e9f93fa2e3234a36ada
remove Line in bufio.ReadLine(Bytes|Slice|String)
also drop bool arg from ReadString

R=r
DELTA=45  (13 added, 1 deleted, 31 changed)
OCL=33923
CL=33960
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go
src/pkg/http/request.go
src/pkg/log/log_test.go
src/pkg/net/parse_test.go
src/pkg/strconv/fp_test.go
src/pkg/unicode/maketables.go
test/bench/k-nucleotide.go
test/bench/reverse-complement.go
usr/austin/sym/binary.go