aboutsummaryrefslogtreecommitdiff
path: root/content/laws-of-reflection.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/laws-of-reflection.article')
-rw-r--r--content/laws-of-reflection.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/laws-of-reflection.article b/content/laws-of-reflection.article
index 6e34859..0cf8b55 100644
--- a/content/laws-of-reflection.article
+++ b/content/laws-of-reflection.article
@@ -1,7 +1,7 @@
# The Laws of Reflection
6 Sep 2011
Tags: interface, reflect, type, technical
-Summary: Reflection in computing is the ability of a program to examine its own structure, particularly through types; it's a form of metaprogramming. It's also a great source of confusion.
+Summary: How reflections works in Go, how to think about it, and how to use it.
Rob Pike