From cb6c09a75adc4ad315d4ddf3db2582c3bfa3d226 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 1 Mar 2012 14:54:35 +0800 Subject: [PATCH] doc: update link to self-hosted "The Laws of Reflection" article R=golang-dev, r CC=golang-dev https://golang.org/cl/5717046 --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0