Add two references.

This commit is contained in:
Max Schaefer
2019-11-27 10:47:42 +00:00
parent e5a12e9738
commit ba54cde86e

View File

@@ -45,4 +45,9 @@ expected.
</p>
<sample src="ImpossibleInterfaceNilCheckGood.go" />
</example>
<references>
<li>Jordan Orelli: <a href="https://jordanorelli.com/post/32665860244/how-to-use-interfaces-in-go">How to use interfaces in Go</a>.</li>
<li>Go Frequently Asked Questions: <a href="https://golang.org/doc/faq#nil_error">Why is my nil error value not equal to nil?</a>.</li>
</references>
</qhelp>