1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg
Rob Pike 3b87d68a07 testing: document examples
The package documentation did not mention them.
They were described only in godoc for gotest, and that's going away.

R=golang-dev, rsc, adg
CC=golang-dev
https://golang.org/cl/5539079
2012-01-17 14:20:27 -08:00
..
archive zip: fix data race in test 2011-12-19 15:40:10 -08:00
bufio bufio: make the minimum read buffer size 16 bytes. 2011-12-13 15:07:17 -08:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: make Write and WriteString code look the same 2012-01-13 11:48:57 -08:00
compress gzip: Convert between Latin-1 and Unicode 2011-12-14 17:17:40 -05:00
container container/heap: better package documentation 2012-01-17 13:07:47 -08:00
crypto crypto/openpgp: assorted cleanups 2012-01-11 08:35:32 -05:00
debug src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
encoding xml: major Go 1 fixup 2012-01-13 11:05:19 +01:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp exp/sql: copy when scanning into []byte by default 2012-01-17 10:44:35 -08:00
expvar expvar: fix typo in Publish documentation 2011-12-09 14:24:51 -08:00
flag flag: change Set method Value interface to return error instead of bool. 2011-12-25 16:12:26 +11:00
fmt fmt: enable and fix malloc test 2012-01-17 10:45:36 -08:00
go go/build: no back slash in FindTree returned pkg name 2012-01-17 16:51:02 +11:00
hash hash/crc32: make compatible with go/build 2011-12-14 10:25:16 -05:00
html html/template: reenable testcases and fix mis-escaped sequences. 2012-01-11 18:47:03 -05:00
image image/color: simplify documentation 2012-01-16 16:02:31 +11:00
index/suffixarray renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
io io/ioutil: close file in TestWriteFile before deleting it 2011-12-19 17:30:14 +11:00
log log/syslog: add Alert method 2011-12-26 09:34:27 +09:00
math math/rand: document default initial seed for global generator 2012-01-16 18:13:34 -05:00
mime mime: make FormatMediaType take full type for consistency 2012-01-17 11:57:42 -08:00
net net/http: change test to use override param instead of chan. 2012-01-18 08:28:09 +11:00
old old/netchan: fix data race on client hashmap 2012-01-17 11:48:20 +04:00
os pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
patch Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
path path/filepath: implement Base and Dir for windows 2011-12-23 13:23:07 +11:00
reflect reflect: fix Slice cap 2011-12-12 19:45:40 -02:00
regexp panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
runtime runtime: implement runtime.usleep for FreeBSD/386 and amd64. 2012-01-17 03:22:34 +11:00
sort sort: eliminate extra Len() call 2012-01-05 18:40:17 -08:00
strconv doc: fix comments referring to removed API funcs 2012-01-14 10:59:45 -08:00
strings panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
sync sync/atomic: fix data race in tests 2012-01-16 11:43:36 +04:00
syscall src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
testing testing: document examples 2012-01-17 14:20:27 -08:00
text text/template: fix nil error on redefinition 2012-01-17 13:24:59 -08:00
time time: delete unused buffer.WriteByte method 2012-01-13 11:47:55 -08:00
unicode various: use $GCFLAGS and $GCIMPORTS like Make does 2011-12-16 11:31:39 -05:00
unsafe unsafe: refer to correct reflect functions 2012-01-04 17:14:56 +11:00
websocket net/url: cleaned up URL interface (v2) 2012-01-17 00:49:05 -02:00
deps.bash renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
Makefile exp/terminal: still trying to unbreak non-Linux builds. 2012-01-15 10:41:16 -05:00