From: Shenghou Ma Date: Thu, 1 Mar 2012 06:54:35 +0000 (+0800) Subject: doc: update link to self-hosted "The Laws of Reflection" article X-Git-Tag: weekly.2012-03-04~62 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cb6c09a75adc4ad315d4ddf3db2582c3bfa3d226;p=gostls13.git doc: update link to self-hosted "The Laws of Reflection" article R=golang-dev, r CC=golang-dev https://golang.org/cl/5717046 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 443bfd6108..eff7534263 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -756,7 +756,7 @@ Similar situations to those described here can arise whenever interfaces are use Just keep in mind that if any concrete value has been stored in the interface, the interface will not be nil. For more information, see -this blog post. +The Laws of Reflection.