1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/pkg
Mikio Hara 78cee46f3a src: gofmt -w -s
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6935059
2012-12-15 14:19:51 +09:00
..
archive archive/zip: handle extra data headers with no body 2012-11-18 00:45:47 +11:00
bufio bufio: minor fixes 2012-12-10 17:25:31 -05:00
builtin builtin: correct comment on builtin function delete(). 2012-12-14 09:13:42 -08:00
bytes bytes: avoid duplicate malloc/copy in Buffer.ReadString 2012-12-03 14:04:18 +01:00
compress compress/flate: shrink decompressor struct for better performance 2012-11-01 13:57:24 -04:00
container container/heap: Simplify the example. 2012-12-04 14:11:33 -08:00
crypto crypto/tls: fix loading keys labeled just "PRIVATE KEY" 2012-12-01 11:02:08 -08:00
database/sql database/sql: adds test for fix in issue 4433. 2012-12-14 09:00:33 -08:00
debug debug/elf: fix offset for GNU version symbols 2012-11-15 03:36:19 +11:00
encoding encoding/csv: add Error method to Writer 2012-12-11 13:29:13 -05:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp src: gofmt -w -s 2012-12-15 14:19:51 +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: fix %v of complex slice 2012-12-11 11:49:41 -05:00
go go/build: give better explanation for "cannot find package" 2012-12-12 21:38:52 +11:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html all: fix the the typos 2012-11-22 02:58:24 +08:00
image all: fix the the typos 2012-11-22 02:58:24 +08:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: SectionReader.ReadAt should return EOF when buf is not fully read 2012-12-13 18:36:24 +08:00
log log/syslog: fix flakey test on slow hosts 2012-12-13 16:26:20 +11:00
math math/big: add SetUint64 and Uint64 functions to *Int 2012-12-11 12:19:10 -05:00
mime mime/multipart: allow setting the Writer boundary 2012-12-10 16:30:42 -05:00
net net: make TestDialTimeoutFDLeak a bit robust 2012-12-13 16:21:25 +09:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os os: Improve the accuracy of os.Chtimes 2012-12-13 13:02:39 -08:00
path all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
reflect all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
regexp regexp: re-enable TestBadCompile 2012-12-11 12:19:39 -05:00
runtime src: gofmt -w -s 2012-12-15 14:19:51 +09:00
sort sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
strconv all: set GOMAXPROCS to 1 when counting mallocs 2012-12-01 00:38:01 +08:00
strings bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
sync sync/atomic: fix race instrumentation 2012-11-15 21:30:24 +04:00
syscall os: Improve the accuracy of os.Chtimes 2012-12-13 13:02:39 -08:00
testing gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time time: add Round and Truncate 2012-12-09 03:59:33 -05:00
unicode unicode: move unicode and related packages to Unicode 6.2.0. 2012-10-31 17:32:16 +01:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00