From: Robert Griesemer Date: Tue, 8 Mar 2011 00:29:07 +0000 (-0800) Subject: go spec: clarify return statement rules X-Git-Tag: weekly.2011-03-15~90 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fb64e0d96fa56eb6eefd2e5083b0986f1cb33d10;p=gostls13.git go spec: clarify return statement rules Added example of a return statement w/o expressions in a function with a _ result parameter. See also: http://code.google.com/p/go/issues/detail?id=1586 R=rsc, r, iant CC=golang-dev https://golang.org/cl/4266049 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 85dfc44bda..c29538e6a3 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +