1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:31:21 -06:00
go/src/pkg
Robin Eklind cfb02f7b74 fmt: Remove some unnecessary conversions.
R=golang-dev, remyoudompheng
CC=golang-dev
https://golang.org/cl/12795052
2013-08-28 11:55:39 -07:00
..
archive archive/tar,zip: implement the os.FileInfo interface correctly. 2013-08-21 08:29:41 +10:00
bufio bufio: add Writer example 2013-08-12 13:03:50 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes, strings: use copy in Repeat 2013-08-27 09:21:08 +10:00
compress compress/bzip2: support concatenated files 2013-08-05 16:08:08 -04:00
container container/list: fix typo in comment 2013-08-08 12:41:19 +10:00
crypto all: dragonfly support 2013-08-24 02:22:52 +10:00
database/sql database/sql: make Rows.Next returning false always implicitly call 2013-08-16 11:23:35 +10:00
debug runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
encoding encoding/binary: use bytes.Reader in read example 2013-08-27 06:32:24 -07:00
errors
expvar
flag flag: export commandLine, the previously internal default FlagSet 2013-08-08 11:50:58 +10:00
fmt fmt: Remove some unnecessary conversions. 2013-08-28 11:55:39 -07:00
go go/ast: fix comment formatting 2013-08-27 09:03:38 -07:00
hash all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
html encoding/json: escape & always 2013-08-09 18:33:57 -04:00
image image: Inline example image data to make it runnable on playground. 2013-08-16 11:43:43 +10:00
index/suffixarray
io io: prevent write to PipeWriter after Close 2013-08-13 11:04:09 -07:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math math/big: fix nil bug in GobEncode 2013-08-19 11:22:09 +10:00
mime all: dragonfly support 2013-08-24 02:22:52 +10:00
net net/http: document Request.Body more 2013-08-27 16:13:21 -07:00
os os/user: Current support on Plan 9 2013-08-23 21:05:49 -05:00
path all: dragonfly support 2013-08-24 02:22:52 +10:00
reflect reflect: Fix Convert to add indir bit when the value is actually a 2013-08-21 14:41:55 +10:00
regexp regexp/syntax: make it clearer that \b and \B are ASCII-defined 2013-08-08 13:26:39 +10:00
runtime runtime: rename FlagNoPointers to FlagNoScan. Better represents 2013-08-23 17:28:47 -07:00
sort sort: harden limit in stable test 2013-08-27 08:41:43 -07:00
strconv all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
strings bytes, strings: use copy in Repeat 2013-08-27 09:21:08 +10:00
sync sync: improve once.Do documentation readability 2013-08-28 12:53:59 +10:00
syscall syscall: update routing socket parser for NetBSD 6 and beyond 2013-08-25 08:44:31 +09:00
testing testing: don't start timing a Parallel test until it's actually starting 2013-08-19 10:15:30 +10:00
text text/template: allow {{else if ... }} to simplify if chains 2013-08-28 14:43:56 +10:00
time time: add more docs on Sleep 2013-08-28 11:16:55 -07:00
unicode undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
unsafe