1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:11:21 -06:00
go/src/pkg
2012-03-15 15:22:30 -04:00
..
archive archive/zip: move r.zip off disk, into reader_test.go 2012-03-14 14:41:06 -07:00
bufio all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: document Compare/Equal semantics for nil arguments, and add tests. 2012-02-18 17:39:40 +11:00
compress all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls, fmt: print fixes 2012-03-12 12:04:45 +09:00
database/sql database/sql: ensure Stmts are correctly closed. 2012-03-10 15:21:44 -08:00
debug cmd/cgo: bug fixes 2012-02-19 13:32:55 -05:00
encoding all: gofmt -w -s src misc 2012-03-08 10:48:51 -08:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp all: gofmt -w -s src misc 2012-03-08 10:48:51 -08:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: describe valid input for Duration flags. 2012-02-07 17:50:04 +11:00
fmt fmt: remove dead code 2012-03-14 04:59:17 +08:00
go go/build: do not report Target for local imports 2012-03-15 15:08:57 -04:00
hash build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
html html/template: fix nil pointer bug 2012-03-14 15:08:54 +11:00
image doc: add Go image/draw package article and convert code snippets to Go1. 2012-03-14 11:27:41 +11:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io/ioutil: fix crash when Stat fails 2012-03-14 14:47:13 -04:00
log log: fix doc comment for Ldate 2012-03-12 16:29:33 -04:00
math all: various typos 2012-03-13 17:29:07 -07:00
mime bytes,strings: make *Reader implement io.ReaderAt 2012-02-15 12:58:00 +11:00
net net/http: couple more triv.go modernizations 2012-03-15 10:06:25 -07:00
old all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
os os: do not assume syscall.Write will write everything 2012-03-15 15:10:19 -04:00
path all: gofmt -w -s src misc 2012-03-08 10:48:51 -08:00
reflect net, net/rpc, reflect, time: document concurrency guarantees 2012-03-07 14:55:09 -05:00
regexp regexp/syntax: delete old package comment 2012-02-10 01:11:56 -05:00
runtime 5l, 6l, 8l: fix stack split logic for stacks near default segment size 2012-03-15 15:22:30 -04:00
sort sort: add interface examples 2012-02-16 13:16:07 +11:00
strconv strconv: remove dependence on unicode and strings 2012-03-07 13:50:31 +11:00
strings strings: Rename example to match function name. 2012-03-05 22:19:51 +11:00
sync sync/atomic: disable store and load test on a single processor machine 2012-03-07 14:51:20 +09:00
syscall all: various typos 2012-03-13 17:29:07 -07:00
testing testing: do not print 'no tests' when there are examples 2012-03-07 14:54:31 -05:00
text text/template: variables do not take arguments 2012-03-14 10:46:21 +11:00
time time: mention receiver in Unix, UnixNano docs 2012-03-08 08:32:52 -05:00
unicode unicode/utf16: delete dependence on package unicode 2012-03-06 14:58:08 +11:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00