go/src/pkg
Rob Pike 459837c86e all: fix errors found by go vet
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6125044
2012-04-25 11:33:27 +10: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
bytes
compress compress/zlib: minor fixes 2012-04-21 14:34:42 +10:00
container
crypto crypto/tls: don't always use the default private key. 2012-04-12 12:35:21 -04:00
database/sql sql: Propagate error from subsetTypeArgs in Exec 2012-04-03 15:36:48 -07:00
debug debug/gosym: in test, use temp binary name in /tmp, and clean up. 2012-04-09 11:19:52 -07:00
encoding encoding/asn1: allow lengths up to the maximum int value. 2012-04-18 13:41:11 -04:00
errors
exp all: fix errors found by go vet 2012-04-25 11:33:27 +10:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: update style. 2012-04-17 16:37:35 +10:00
fmt fmt: fix crash of %b on huge negative int64 2012-04-13 09:28:37 +10:00
go go/build: fix import check 2012-03-27 11:16:10 -04:00
hash hash: more efficient memory allocation 2012-04-10 15:15:39 -04:00
html html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
image doc: added The Go image package article 2012-03-28 14:20:51 +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 build: do more during windows build 2012-03-20 14:04:20 +11:00
math math: ARM assembly implementation for Abs 2012-04-23 23:47:36 +08:00
mime mime/multipart: report io.EOF correctly on part ending without newlines 2012-04-23 22:26:48 -07:00
net net/http: allow clients to disable keep-alive 2012-04-23 22:00:16 -03:00
old all: shorten some of the longer tests 2012-02-18 16:24:23 -05:00
os os/user: simplify test 2012-04-17 18:46:35 -07:00
path path: document that Clean deletes trailing slashes. 2012-04-24 13:17:05 +10:00
reflect reflect: document and test TypeOf(nil) 2012-04-23 12:07:02 +10:00
regexp
runtime runtime: fix runtime.Breakpoint for ARM 2012-04-24 23:19:44 +08:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: 2x-4x speed improvement for atof64. 2012-04-21 13:56:51 +02: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 syscall: cleanly exit all Go procs on Plan 9 2012-04-19 16:31:26 -07:00
testing testing: do not print 'no tests' when there are examples 2012-03-07 14:54:31 -05:00
text all: fix errors found by go vet 2012-04-25 11:33:27 +10:00
time time: change float expression to ensure it is an integer 2012-04-23 15:46:54 -07:00
unicode unicode/utf16: delete dependence on package unicode 2012-03-06 14:58:08 +11:00
unsafe