]> Cypherpunks repositories - gostls13.git/commit
renaming_1: hand-edited files for go 1 renaming
authorRob Pike <r@golang.org>
Tue, 8 Nov 2011 23:38:47 +0000 (15:38 -0800)
committerRob Pike <r@golang.org>
Tue, 8 Nov 2011 23:38:47 +0000 (15:38 -0800)
commit6ab6c49fce6968f200ad5381cb9348e159e51099
treed4c964014058dec6d0bc1cd9fa6855ec34a817a0
parente50479ca889a319ffbb669236e949035a59fd82d
renaming_1: hand-edited files for go 1 renaming
This contains the files that required handiwork, mostly
Makefiles with updated TARGs, plus the two packages
with modified package names.
html/template/doc.go needs a separate edit pass.
test/fixedbugs/bug358.go is not legal go so gofix fails on it.

R=rsc
CC=golang-dev
https://golang.org/cl/5340050
66 files changed:
doc/effective_go.html
doc/effective_go.tmpl
src/pkg/deps.bash
src/pkg/encoding/asn1/Makefile
src/pkg/encoding/csv/Makefile
src/pkg/encoding/gob/Makefile
src/pkg/encoding/json/Makefile
src/pkg/encoding/xml/Makefile
src/pkg/html/template/Makefile
src/pkg/html/template/attr.go
src/pkg/html/template/clone.go
src/pkg/html/template/clone_test.go
src/pkg/html/template/content.go
src/pkg/html/template/content_test.go
src/pkg/html/template/context.go
src/pkg/html/template/css.go
src/pkg/html/template/css_test.go
src/pkg/html/template/doc.go
src/pkg/html/template/error.go
src/pkg/html/template/escape.go
src/pkg/html/template/escape_test.go
src/pkg/html/template/html.go
src/pkg/html/template/html_test.go
src/pkg/html/template/js.go
src/pkg/html/template/js_test.go
src/pkg/html/template/template.go
src/pkg/html/template/transition.go
src/pkg/html/template/url.go
src/pkg/html/template/url_test.go
src/pkg/log/syslog/Makefile
src/pkg/math/big/Makefile
src/pkg/math/cmplx/Makefile
src/pkg/math/cmplx/abs.go
src/pkg/math/cmplx/asin.go
src/pkg/math/cmplx/cmath_test.go
src/pkg/math/cmplx/conj.go
src/pkg/math/cmplx/exp.go
src/pkg/math/cmplx/isinf.go
src/pkg/math/cmplx/isnan.go
src/pkg/math/cmplx/log.go
src/pkg/math/cmplx/phase.go
src/pkg/math/cmplx/polar.go
src/pkg/math/cmplx/pow.go
src/pkg/math/cmplx/rect.go
src/pkg/math/cmplx/sin.go
src/pkg/math/cmplx/sqrt.go
src/pkg/math/cmplx/tan.go
src/pkg/math/rand/Makefile
src/pkg/net/http/Makefile
src/pkg/net/http/cgi/Makefile
src/pkg/net/http/fcgi/Makefile
src/pkg/net/http/httptest/Makefile
src/pkg/net/http/pprof/Makefile
src/pkg/net/mail/Makefile
src/pkg/net/rpc/Makefile
src/pkg/net/rpc/jsonrpc/Makefile
src/pkg/net/smtp/Makefile
src/pkg/net/url/Makefile
src/pkg/os/exec/Makefile
src/pkg/text/scanner/Makefile
src/pkg/text/tabwriter/Makefile
src/pkg/text/template/Makefile
src/pkg/text/template/parse/Makefile
src/pkg/unicode/utf16/Makefile
src/pkg/unicode/utf8/Makefile
test/fixedbugs/bug358.go