Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
cb6c09a7
Commit
cb6c09a7
authored
Mar 01, 2012
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update link to self-hosted "The Laws of Reflection" article
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5717046
parent
289a1638
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/go_faq.html
doc/go_faq.html
+1
-1
No files found.
doc/go_faq.html
View file @
cb6c09a7
...
@@ -756,7 +756,7 @@ Similar situations to those described here can arise whenever interfaces are use
...
@@ -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
Just keep in mind that if any concrete value
has been stored in the interface, the interface will not be
<code>
nil
</code>
.
has been stored in the interface, the interface will not be
<code>
nil
</code>
.
For more information, see
For more information, see
<a
href=
"
http://blog.golang.org/2011/09/laws-of-reflection.html"
>
this blog post
</a>
.
<a
href=
"
/doc/articles/laws_of_reflection.html"
>
The Laws of Reflection
</a>
.
</p>
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment