1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:11:21 -06:00
go/src/pkg
Rob Pike f4cd80224a encoding: move asn1, csv, gob, json, xml into encoding
This is Go 1 package renaming CL #1.
This one merely moves the source; the import strings will be
changed after the next weekly release.

The only edits are in Makefiles.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5331060
2011-11-03 11:39:52 -07:00
..
archive all: sort imports 2011-11-02 15:54:16 -04:00
big src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
bufio bufio: return nil line from ReadLine on error, as documented 2011-11-02 08:30:50 -07:00
builtin builtin: remove errant spaces 2011-11-03 14:52:38 +11:00
bytes src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
cmath math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
compress all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
container all: sort imports 2011-11-02 15:54:16 -04:00
crypto all: sort imports 2011-11-02 15:54:16 -04:00
debug all: sort imports 2011-11-02 15:54:16 -04:00
encoding encoding: move asn1, csv, gob, json, xml into encoding 2011-11-03 11:39:52 -07:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exec all: sort imports 2011-11-02 15:54:16 -04:00
exp all: sort imports 2011-11-02 15:54:16 -04:00
expvar pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
flag src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
fmt all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
go gofmt, gofix: sort imports 2011-11-02 15:53:57 -04:00
hash src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
html html: parse <link> elements in <head> 2011-11-03 17:12:13 +11:00
http http: update mime sniffing doc reference. 2011-11-03 14:34:35 +11:00
image all: sort imports 2011-11-02 15:54:16 -04:00
index/suffixarray src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
io all: sort imports 2011-11-02 15:54:16 -04:00
log all: sort imports 2011-11-02 15:54:16 -04:00
mail src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
math math: improved accuracy for Tan 2011-11-02 14:01:21 -04:00
mime src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
net all: sort imports 2011-11-02 15:54:16 -04:00
old all: sort imports 2011-11-02 15:54:16 -04:00
os all: sort imports 2011-11-02 15:54:16 -04:00
patch src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
path all: sort imports 2011-11-02 15:54:16 -04:00
rand all: sort imports 2011-11-02 15:54:16 -04:00
reflect src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
regexp all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
rpc all: sort imports 2011-11-02 15:54:16 -04:00
runtime all: sort imports 2011-11-02 15:54:16 -04:00
scanner src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
smtp all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
sort go/doc, godoc, gotest: support for reading example documentation 2011-10-06 11:56:17 -07:00
strconv src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
strings src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
sync all: sort imports 2011-11-02 15:54:16 -04:00
syscall net: implement LookupTXT for windows 2011-11-02 17:11:40 +11:00
syslog src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
tabwriter all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
template all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
testing src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
time all: sort imports 2011-11-02 15:54:16 -04:00
unicode all: sort imports 2011-11-02 15:54:16 -04:00
unsafe unsafe: update doc 2011-08-31 17:59:35 -04:00
url src/pkg/[n-z]*: gofix -r error -force=error 2011-11-01 22:05:34 -04:00
utf8 all: rename os.Error to error in various non-code contexts 2011-11-01 22:58:09 -04:00
utf16 unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
websocket websocket: return an error HTTP response for bad websocket request. 2011-11-03 14:13:39 +11:00
deps.bash encoding: move asn1, csv, gob, json, xml into encoding 2011-11-03 11:39:52 -07:00
Makefile encoding: move asn1, csv, gob, json, xml into encoding 2011-11-03 11:39:52 -07:00