1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:31:22 -06:00
go/src/pkg
Billie Harold Cleek cabdb85333 doc: edit documentation that uses "satisfies reads" and "satisfies writes"
Make it clear that types that wrap another reader or writer delegate to the wrapped type.

Fixes #7667

LGTM=adg
R=golang-codereviews, adg
CC=golang-codereviews
https://golang.org/cl/85720044
2014-04-16 13:40:47 +10:00
..
archive archive/tar: add support for GNU sparse files. 2014-04-03 20:01:04 +00:00
bufio bufio: fix potential endless loop in ReadByte 2014-04-10 21:46:00 -07:00
builtin
bytes bytes, strings: more consistent error messages 2014-04-10 21:45:41 -07:00
compress doc: edit documentation that uses "satisfies reads" and "satisfies writes" 2014-04-16 13:40:47 +10:00
container container/list: mark must be an element of the list 2014-02-13 16:43:52 -08:00
crypto crypto/tls: don't block on Read of zero bytes 2014-04-15 19:40:00 -07:00
database/sql database/sql: add "defer rows.Close()" to the example code. 2014-03-25 13:32:18 +11:00
debug liblink, cmd/link: add version number to object file 2014-04-14 13:20:51 -04:00
encoding encoding/xml: unmarshal into interfaces 2014-04-08 14:55:12 -04:00
errors
expvar expvar: fix map key output 2014-04-10 21:14:04 -07:00
flag flag: remove extra space in error message 2014-04-10 22:15:55 -07:00
fmt fmt: fix typo in help doc 2014-04-10 21:14:51 -07:00
go go/doc: fix URL matched in ToHTML 2014-04-08 13:51:44 -07:00
hash all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
html text/template: say more often that templates are safe for parallel execution 2014-04-15 08:48:40 -07:00
image image/png: fix crash when an alleged PNG has too much pixel data, 2014-04-16 12:18:57 +10:00
index/suffixarray
io io: document that a Writer must not write to p 2014-04-15 17:14:03 -07:00
log all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
math math/big: fix doc typos. 2014-04-15 14:50:19 -07:00
mime all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
net net/http: skip TestTransportClosesBodyOnError on Plan 9 2014-04-16 00:48:21 +02:00
os os/exec: make TestPipeLookPathLeak more verbose when it fails 2014-04-15 17:36:25 -07:00
path path/filepath: fixed misaligned comment. 2014-03-11 14:34:07 -07:00
reflect reflect: fix variadic arg for funcs created by MakeFunc. 2014-04-08 22:35:23 -04:00
regexp regexp/syntax: remove InstLast 2014-03-27 14:05:14 -04:00
runtime liblink: introduce TLS register on 386 and amd64 2014-04-15 13:45:39 -04:00
sort
strconv strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strings bytes, strings: more consistent error messages 2014-04-10 21:45:41 -07:00
sync sync: less agressive local caching in Pool 2014-04-14 21:13:32 +04:00
syscall syscall: fix Getfsstat() for BSD 2014-04-10 13:58:03 +10:00
testing testing: fix bogus benchmark 2014-02-24 21:12:44 +04:00
text text/template: say more often that templates are safe for parallel execution 2014-04-15 08:48:40 -07:00
time time: increase timeout in negative sleep duration test 2014-04-02 08:23:35 +11:00
unicode unicode/utf8: minor code simplification 2014-03-23 15:44:29 -07:00
unsafe