1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg
Brad Fitzpatrick da6d835b90 crypto: rename some FooError to ErrFoo
Also, add an explicit error type when the right hand side is an unexported
function.

R=golang-dev, gri, rogpeppe, agl, rsc
CC=golang-dev
https://golang.org/cl/5564048
2012-01-24 08:32:43 -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: delete the test for huge buffers 2012-01-22 09:25:47 -08:00
compress compress/flate: delete unused util functions. 2012-01-23 10:31:51 -05:00
container container/heap: better package documentation 2012-01-17 13:07:47 -08:00
crypto crypto: rename some FooError to ErrFoo 2012-01-24 08:32:43 -08: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 encoding/xml: bring API closer to other packages 2012-01-24 01:10:32 -02:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp exp/ebnflint: test spec during 'go test' 2012-01-23 16:35:25 -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: removed unused field "Type.Type" 2012-01-23 16:53:19 -08:00
hash crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 2012-01-18 10:36:28 -05:00
html html/template: fix docs after API changes 2012-01-19 21:49:28 -02: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 renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
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: slight improvement to algorithm used for internal bitLen function 2012-01-23 13:46:28 -08:00
mime mime: make FormatMediaType take full type for consistency 2012-01-17 11:57:42 -08:00
net go/build: add BuildTags to Context, allow !tag 2012-01-23 15:16:38 -05:00
old pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
os go/build: add BuildTags to Context, allow !tag 2012-01-23 15:16:38 -05:00
patch pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -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 pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
runtime runtime: update out-of-date comment 2012-01-22 10:34:17 -08: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 pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
testing testing: do not recover example's panic 2012-01-19 10:19:33 -08:00
text text/template/parse: use human error prints 2012-01-19 13:51:37 -08: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
websocket net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
deps.bash renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
Makefile database/sql: move from exp/sql 2012-01-19 16:04:26 -08:00