]> Cypherpunks repositories - gostls13.git/commit
spec: terminating statements for functions
authorRobert Griesemer <gri@golang.org>
Mon, 4 Mar 2013 21:55:35 +0000 (13:55 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 4 Mar 2013 21:55:35 +0000 (13:55 -0800)
commit9905cec0dc04fd7cddb7c7504006b7aa618abd94
treef798747d5b07a2d77ebcc46008d85041c266add4
parent4be38dde841ea5581661ca327e11b4199b69a460
spec: terminating statements for functions

The only functional change is the new section
on terminating statements.

There is a minor syntax rewrite (not change)
of function declarations to make it easier to
refer to the notion of a function from all places
where it is used (function decls, method decls,
and function literals).

Includes some minor fixes/additions of missing links.

Based closely on Russ' proposal.

Fixes #65.

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