1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:21:22 -06:00
go/src/pkg
Mikio Hara db84a450d7 net: move InvalidAddrError type into net.go
Probably we should remove this type before Go 1 contract has settled,
but too late. Instead, keep InvalidAddrError close to package generic
error types.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12670044
2013-08-10 09:46:22 +09:00
..
archive archive/zip: allow user-extensible compression methods 2013-08-06 12:03:38 -07:00
bufio bufio: check buffer availability before reading in ReadFrom 2013-07-25 11:29:13 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: move IndexByte assembly to pkg runtime 2013-08-01 16:11:19 -07: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 undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
database/sql database/sql: close statement before connection 2013-07-23 14:09:53 +10:00
debug runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
encoding encoding/binary: better description for intReadSize 2013-08-10 09:11:58 +10:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag flag: export commandLine, the previously internal default FlagSet 2013-08-08 11:50:58 +10:00
fmt fmt: fix up zero padding 2013-08-07 08:38:46 +10:00
go go/build: add AllTags to Package 2013-08-09 18:34:08 -04:00
hash hash: tweak the package docs 2013-06-24 16:53:13 -07:00
html encoding/json: escape & always 2013-08-09 18:33:57 -04:00
image image/draw: fix typos found by "go vet". 2013-08-02 13:29:45 +10:00
index/suffixarray
io io/ioutil: add WriteString to Discard 2013-08-09 11:27:29 -07:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
mime mime: escape backslash in attribute values 2013-08-09 13:10:53 -07:00
net net: move InvalidAddrError type into net.go 2013-08-10 09:46:22 +09:00
os os: fix windows and plan9 builds 2013-08-08 11:13:00 -07:00
path undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
reflect reflect: avoid allocation when interface's contents are not addressable 2013-08-09 10:49:01 +10:00
regexp regexp/syntax: make it clearer that \b and \B are ASCII-defined 2013-08-08 13:26:39 +10:00
runtime cmd/cc, cmd/gc, runtime: Uniquely encode iface and eface pointers in the pointer map. 2013-08-09 16:48:12 -07:00
sort all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
strconv strconv: fix doc comment for IntSize 2013-08-01 11:34:25 -04:00
strings strings: add test for Count 2013-08-09 12:51:21 -07:00
sync sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
syscall net: use SetFileCompletionNotificationModes on windows if available 2013-08-08 17:36:43 +04:00
testing testing: make parsing of -cpu more lenient 2013-08-02 13:51:45 -04:00
text text/template/parse: nicer error when comment ends before final delimiter 2013-08-09 12:57:21 +10:00
time time: match month and day names only when not followed immediately by a lower-case letter 2013-08-05 10:53:46 +10:00
unicode undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00