From: Robert Griesemer Date: Thu, 2 Dec 2010 20:32:14 +0000 (-0800) Subject: go_spec: fixed a couple omissions/type errors X-Git-Tag: weekly.2010-12-02~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=777a96a5b09f00bf531a75d9d65251e1771f05ed;p=gostls13.git go_spec: fixed a couple omissions/type errors - use math.Sqrt instead of Math.sqrt - use float64 for Point fields to match math.Sqrt - distinguish between Point and Point3D for clarity - add alignment sizes for complex types R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/3420041 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 2b2817d9cb..e7c5d13636 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +