]> Cypherpunks repositories - gostls13.git/commit
doc: add The Laws of Reflection article
authorJohan Euphrosine <proppy@google.com>
Wed, 29 Feb 2012 23:05:51 +0000 (10:05 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 29 Feb 2012 23:05:51 +0000 (10:05 +1100)
commit6652b0b86639a6a59e038bcb85b18fd1c1f25a95
tree30feb5f95f446d70ada3a2c2071b649527246259
parent7301065fcc8afbf4f5feb38c0460c0796642f4aa
doc: add The Laws of Reflection article

Originally published on The Go Programming Language Blog, September 6, 2011.

http://blog.golang.org/2011/09/laws-of-reflection.html

Update #2547

R=golang-dev, r, adg
CC=golang-dev
https://golang.org/cl/5689054
doc/Makefile
doc/articles/laws_of_reflection.html [new file with mode: 0644]
doc/articles/laws_of_reflection.tmpl [new file with mode: 0644]
doc/docs.html
doc/progs/interface.go [new file with mode: 0644]
doc/progs/interface2.go [new file with mode: 0644]
src/pkg/reflect/type.go