1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00
go/src/pkg
2012-09-18 14:13:34 -07: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: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes bytes, strings: add Fields benchmarks 2012-09-18 15:02:08 -04: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: do not read beyond array literal 2012-09-18 14:22:55 -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/doc: synthesize "package main" for examples 2012-09-18 14:13:34 -07: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/jpeg: ignore an incorrect but harmless trailing restart marker. 2012-09-18 21:57:33 +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 undo CL 6395055 / 2518eee18c4f 2012-09-19 01:33:03 +09: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: use []unsafe.Pointer instead of []*int 2012-09-18 14:23:11 -04:00
regexp regexp: fix glitch in doc for FindReaderIndex 2012-07-30 12:46:50 -07:00
runtime runtime: hide the semaphore table from garbage collector 2012-09-18 14:30:01 -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 bytes, strings: add Fields benchmarks 2012-09-18 15:02:08 -04:00
sync sync/atomic: add package doc for AddT, LoadT and StoreT. 2012-09-12 10:36:22 +10:00
syscall syscall: attempt to find error message in "local" language before resorting to error number on windows 2012-09-18 13:02:37 +10: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