]> Cypherpunks repositories - gostls13.git/commit
std: add struct field tags to untagged literals.
authorNigel Tao <nigeltao@golang.org>
Thu, 2 Feb 2012 23:12:25 +0000 (10:12 +1100)
committerNigel Tao <nigeltao@golang.org>
Thu, 2 Feb 2012 23:12:25 +0000 (10:12 +1100)
commit102638cb53c0f34d5710ee7f5f13f27b95840640
tree3cfc06ec433f1c2fdeceef962c0a5b27b01830c1
parente489ab8ecc36c8b2caeeda662e6d7b57b64e8475
std: add struct field tags to untagged literals.

R=rsc, dsymonds, bsiegert, rogpeppe
CC=golang-dev
https://golang.org/cl/5619052
21 files changed:
src/pkg/crypto/x509/pkcs1.go
src/pkg/crypto/x509/x509.go
src/pkg/database/sql/fakedb_test.go
src/pkg/exp/inotify/inotify_linux.go
src/pkg/go/doc/example.go
src/pkg/go/scanner/scanner_test.go
src/pkg/html/template/escape_test.go
src/pkg/image/draw/bench_test.go
src/pkg/image/draw/draw_test.go
src/pkg/image/gif/reader.go
src/pkg/image/jpeg/reader.go
src/pkg/image/jpeg/writer.go
src/pkg/image/png/reader.go
src/pkg/net/http/client.go
src/pkg/net/http/httputil/persist.go
src/pkg/net/newpollserver.go
src/pkg/net/rpc/client.go
src/pkg/net/smtp/smtp.go
src/pkg/os/exec_windows.go
src/pkg/regexp/syntax/parse.go
src/pkg/unicode/maketables.go