From: Robert Griesemer Date: Wed, 29 Feb 2012 01:44:24 +0000 (-0800) Subject: go spec: inside functions, variables must be evaluated. X-Git-Tag: weekly.2012-03-04~98 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2c9e1637d2388005dc4d71dd4990b73b13c79ad0;p=gostls13.git go spec: inside functions, variables must be evaluated. Fixes #1612. R=r, rsc, iant, ken, remyoudompheng, ken, r CC=golang-dev https://golang.org/cl/5700068 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index abb1735e85..f42d52ed3c 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@