1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00
go/src/pkg
2012-09-17 17:18:21 -04:00
..
archive archive/zip: zip64 support 2012-08-22 11:05:24 +10:00
bufio bufio: discourage use of ReadLine 2012-08-05 14:32:09 -04:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: make Join return a new buffer on len(a) == 1 2012-07-20 16:04:22 -03:00
compress compress/flate: fix panic when nlit is out of bounds. 2012-07-16 12:01:18 +10:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls: allow certificates and key to be in either order. 2012-09-13 11:00:16 -04:00
database/sql database/sql: stop reuse of bad connections 2012-08-23 19:29:47 -07:00
debug debug/elf: Add support for getting DynTag string table values. 2012-08-03 14:46:20 -04:00
encoding encoding/json: handle anonymous fields 2012-09-10 23:31:40 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/locale/collate: changed API to allow access to different locales through New(), 2012-09-14 19:10:02 +09:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt fmt: honor integer radix formats (%d etc.) for pointers 2012-08-17 16:12:25 -07:00
go go/build: use custom file readers to avoid I/O 2012-09-14 12:22:45 -04:00
hash hash/adler32: optimize. 2012-05-25 09:58:38 +10:00
html html/template: fix URL doc 2012-09-13 10:53:00 -04:00
image image/png: optimize encoding image.Gray and image.NRGBA images. 2012-09-13 15:47:12 +10:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: amend ReaderFrom doc as per r's comment 2012-08-08 15:41:47 +10:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math math: Faster Tanh 2012-09-17 17:18:16 -04:00
mime net,mime: Minor corrections to documentation comments. 2012-09-07 10:24:55 -07:00
net net/rpc/jsonrpc: fix test error message 2012-09-12 17:37:39 -04:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os/exec: don't crash when out of fds 2012-09-14 13:40:22 -07:00
path path: improve documentation for Dir 2012-08-30 11:16:41 -07:00
reflect reflect: faster FieldByName, FieldByNameFunc 2012-09-05 09:35:53 -04:00
regexp regexp: fix glitch in doc for FindReaderIndex 2012-07-30 12:46:50 -07:00
runtime cmd/ld: fix compilation when GOARCH != GOHOSTARCH 2012-09-17 17:18:21 -04:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: faster FormatFloat for fixed number of digits. 2012-09-01 16:31:46 +02:00
strings strings: implement a faster generic Replacer 2012-09-17 11:50:15 +10:00
sync sync/atomic: add package doc for AddT, LoadT and StoreT. 2012-09-12 10:36:22 +10:00
syscall syscall: add linux specific Getsockopt for Ucred struct 2012-09-12 06:38:21 -07:00
testing testing: add Verbose() to expose whether -test.v is set 2012-08-09 23:41:09 +08:00
text text/template: towards better errors 2012-09-14 15:25:37 -07:00
time time: fix spacing in comment. 2012-08-22 21:30:18 -07:00
unicode unicode/utf8: add Examples 2012-09-17 11:06:42 -07:00
unsafe pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00