]> Cypherpunks repositories - gostls13.git/commit
gofix: reflect changes
authorRuss Cox <rsc@golang.org>
Fri, 8 Apr 2011 16:27:24 +0000 (12:27 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 8 Apr 2011 16:27:24 +0000 (12:27 -0400)
commitfb94eb19223085e77de78b88d26f2dd8130e0f4e
tree3dd6fc44705caf78dfb991939c375e5edd307b0a
parent877c1892bb2e6501c8946c3645f685171ccb6c7a
gofix: reflect changes

R=gri
CC=golang-dev
https://golang.org/cl/4343047
33 files changed:
src/cmd/gofix/Makefile
src/cmd/gofix/reflect.go [new file with mode: 0644]
src/cmd/gofix/reflect_test.go [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.asn1.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.asn1.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.datafmt.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.datafmt.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.decode.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.decode.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.decoder.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.decoder.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.dnsmsg.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.dnsmsg.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.encode.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.encode.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.encoder.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.encoder.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.export.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.export.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.print.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.print.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.quick.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.quick.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.read.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.read.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.scan.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.scan.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.script.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.script.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.template.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.template.go.out [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.type.go.in [new file with mode: 0644]
src/cmd/gofix/testdata/reflect.type.go.out [new file with mode: 0644]