]> Cypherpunks repositories - gostls13.git/commit
spec: function invocation, panic on *nil
authorRob Pike <r@golang.org>
Mon, 23 Jan 2012 16:40:13 +0000 (08:40 -0800)
committerRob Pike <r@golang.org>
Mon, 23 Jan 2012 16:40:13 +0000 (08:40 -0800)
commit633a2ce096464a63d939c645f31c6bf9d245b042
tree3e85c2a9a8bcf4255506ccf8eaa221fa81b6d017
parentfcfed1479e0fd96cc8c5fb21b4b8b590267491f1
spec: function invocation, panic on *nil
Document that indirection through a nil pointer will panic.
Explain function invocation.
This section will need more work, but it's a start.

Fixes #1865.
Fixes #2252.

R=rsc, iant, r
CC=golang-dev
https://golang.org/cl/5532114
doc/go_spec.html