1
0
mirror of https://github.com/golang/go synced 2024-11-20 08:04:42 -07:00
go/src/pkg
Robert Griesemer ea347c0142 go/doc: fix typo
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5574071
2012-01-25 17:09:50 -08:00
..
archive archive/tar: fix race in TestNonSeekable 2012-01-25 13:44:53 +11:00
bufio bufio: make the minimum read buffer size 16 bytes. 2011-12-13 15:07:17 -08:00
builtin
bytes bytes: delete the test for huge buffers 2012-01-22 09:25:47 -08:00
compress rename FooError vars to ErrFoo 2012-01-24 11:48:48 -08:00
container container/heap: better package documentation 2012-01-17 13:07:47 -08:00
crypto build: remove code now in subrepositories 2012-01-25 15:30:42 -05:00
database/sql database/sql: move from exp/sql 2012-01-19 16:04:26 -08:00
debug src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
encoding build: remove code now in subrepositories 2012-01-25 15:30:42 -05:00
errors
exp build: remove code now in subrepositories 2012-01-25 15:30:42 -05: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: fix Malloc test 2012-01-17 15:42:02 -08:00
go go/doc: fix typo 2012-01-25 17:09:50 -08:00
hash crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 2012-01-18 10:36:28 -05:00
html html: move the HTML parser to an exp/html package. The parser is a 2012-01-25 10:54:59 +11:00
image image: change the YCbCr image's pixel buffers to start at Rect.Min 2012-01-20 10:44:22 +11:00
index/suffixarray
io bytes.Buffer: restore panic on out-of-memory 2012-01-21 09:46:59 -08:00
log net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
math math/big: return type of bitLen is an int; use MOVL on amd64. 2012-01-25 16:09:12 -08:00
mime mime: make FormatMediaType take full type for consistency 2012-01-17 11:57:42 -08:00
net net/http: fix Transport deadlock 2012-01-25 15:00:39 -08:00
old pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
os os: pass tests on Plan 9 again 2012-01-25 00:15:44 -08:00
path path: added examples 2012-01-19 13:28:25 +11:00
reflect gc: don't emit pkgpath for error type. 2012-01-20 09:26:17 +11:00
regexp regexp: remove vestigial Error type 2012-01-25 14:50:37 -08:00
runtime runtime: move NumCPU declaration into debug.go. 2012-01-25 14:13:11 +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 syscall: add NOTE_* constants on OS X 2012-01-25 15:50:23 -05:00
testing testing: do not recover example's panic 2012-01-19 10:19:33 -08:00
text text/template: add example for Template 2012-01-25 09:24:25 +11:00
time pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
unicode utf8.String: move to exp/utf8string.String 2012-01-17 14:21:50 -08:00
unsafe unsafe: refer to correct reflect functions 2012-01-04 17:14:56 +11:00
deps.bash
Makefile build: remove code now in subrepositories 2012-01-25 15:30:42 -05:00