1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:11:21 -06:00
go/src/pkg
Brad Fitzpatrick 396170da9b strings: add Seek method to Reader
strings.Reader is already stateful and read-only.

This permits a *Reader with http.ServeContent.

R=golang-dev, r, rsc, rsc
CC=golang-dev
https://golang.org/cl/5639068
2012-02-09 17:28:41 +11:00
..
archive archive/zip: tweak API and docs. 2012-02-08 14:34:40 +11:00
bufio bufio: drop error return for NewReaderSize and NewWriterSize 2012-02-08 13:07:13 +11:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes.Buffer: return error in WriteTo if buffer is not drained 2012-02-09 08:58:40 +11:00
compress all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
container build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
crypto doc: remove overuse of simply 2012-02-06 13:34:35 -05:00
database/sql database/sql: more tests 2012-02-09 15:01:29 +11:00
debug build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
encoding encoding/binary: slices are allowed; say so 2012-02-09 11:42:10 +11:00
errors build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
exp go/scanner: clean up error interface 2012-02-08 11:41:32 -08:00
expvar doc: remove overuse of simply 2012-02-06 13:34:35 -05:00
flag flag: describe valid input for Duration flags. 2012-02-07 17:50:04 +11:00
fmt fmt: scan FALSE correctly 2012-02-09 14:12:55 +11:00
go go/doc: Handle recursive embedded types. 2012-02-08 16:54:48 -08:00
hash build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
html all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
image bufio: drop error return for NewReaderSize and NewWriterSize 2012-02-08 13:07:13 +11:00
index/suffixarray build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
io io/ioutil: document EOF behavior in ReadFile and ReadAll 2012-02-08 11:40:56 +11:00
log log/syslog: fix documentation for NewLogger 2012-02-09 14:40:56 +11:00
math math/big: more accurate package comment 2012-02-03 10:17:19 -08:00
mime build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
net net/http/httptest: add a test 2012-02-09 16:45:24 +11:00
old all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
os os: talk about errors and PathError in the package documentation 2012-02-09 16:55:36 +11:00
path path/filepath: repair and simplify the symlink test 2012-02-07 11:00:13 +11:00
reflect runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). 2012-02-06 19:16:26 +01:00
regexp regexp: fix typo 2012-02-08 08:59:59 -05:00
runtime runtime: fix compiler warnings 2012-02-09 16:48:52 +11:00
sort build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
strconv strconv: handle very large inputs 2012-02-07 23:37:15 -05:00
strings strings: add Seek method to Reader 2012-02-09 17:28:41 +11:00
sync build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
syscall syscall: add Timeval.Nano, Timespec.Nano, for conversion to Duration 2012-02-06 18:04:12 -05:00
testing testing: capture panics, present them, and mark the test as a failure. 2012-02-06 14:00:23 +11:00
text text/template/parse: fix comment 2012-02-09 07:47:48 +09:00
time time: clean up MarshalJSON, add RFC3339 method 2012-02-07 23:37:25 -05:00
unicode build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
unsafe unsafe: refer to correct reflect functions 2012-01-04 17:14:56 +11:00
deps.bash renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00