1
0
mirror of https://github.com/golang/go synced 2024-10-05 10:21:22 -06:00
go/src/pkg
Shenghou Ma c274ff6761 fmt: fix go syntax formatting of []byte(nil)
Fixes #7639.

LGTM=rsc
R=r, adg, rsc
CC=golang-codereviews
https://golang.org/cl/81240043
2014-04-03 16:11:03 -04:00
..
archive archive/tar: add support for GNU sparse files. 2014-04-03 20:01:04 +00:00
bufio bufio: fix bug that ReadFrom stops before EOF or error 2014-03-24 11:48:34 -07:00
builtin
bytes bytes, strings: allow Reader.Seek past 1<<31 2014-03-28 12:23:51 -07:00
compress compress/bzip2: support superfluous Huffman levels. 2014-02-14 17:17:19 -05:00
container container/list: mark must be an element of the list 2014-02-13 16:43:52 -08:00
crypto crypto/tls: deflake TestConnReadNonzeroAndEOF 2014-04-02 14:31:57 -07:00
database/sql database/sql: add "defer rows.Close()" to the example code. 2014-03-25 13:32:18 +11:00
debug debug/macho: handle missing __debug_str section 2014-03-13 14:04:29 -07:00
encoding encoding/asn1: use GeneralizedTime for times outside the range of UTCTime. 2014-03-21 11:14:38 -04:00
errors
expvar expvar: don't recursively acquire Map.RLock 2014-03-18 11:38:39 -07:00
flag
fmt fmt: fix go syntax formatting of []byte(nil) 2014-04-03 16:11:03 -04:00
go go/parser: better error position for non-invoked gp/defer functions 2014-03-04 14:10:30 -08:00
hash all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
html html/template: fix broken links 2014-04-01 02:57:51 -04:00
image image/jpeg: return a FormatError when hitting an unexpected io.EOF 2014-02-28 15:18:35 +11:00
index/suffixarray
io io: clarify MultiReader documentation 2014-01-28 19:49:29 +11:00
log all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
math math/cmplx: define Pow(0, x) for problematic values of x. 2014-03-25 11:25:20 +11:00
mime all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
net net: accept a few more errors in Accept4 wrapper 2014-04-03 16:10:45 -04:00
os os: relax the way we kill processes on Plan 9 2014-03-12 18:12:56 -07:00
path path/filepath: fixed misaligned comment. 2014-03-11 14:34:07 -07:00
reflect reflect: correct alignment of call arguments on amd64p32. 2014-03-20 22:22:07 +01:00
regexp regexp/syntax: remove InstLast 2014-03-27 14:05:14 -04:00
runtime runtime: fix fault during arm software floating point 2014-04-03 15:39:48 -04:00
sort
strconv strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strings bytes, strings: allow Reader.Seek past 1<<31 2014-03-28 12:23:51 -07:00
sync sync: give finalizers more time in TestPoolGC 2014-03-07 16:08:12 -05:00
syscall net: tweak the ephemeral port range on dragonfly 2014-03-29 13:04:25 +09:00
testing testing: fix bogus benchmark 2014-02-24 21:12:44 +04:00
text text/scanner: handle non-io.EOF errors 2014-03-21 17:05:57 -07:00
time time: increase timeout in negative sleep duration test 2014-04-02 08:23:35 +11:00
unicode unicode/utf8: minor code simplification 2014-03-23 15:44:29 -07:00
unsafe