From 777a96a5b09f00bf531a75d9d65251e1771f05ed Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 2 Dec 2010 12:32:14 -0800 Subject: [PATCH] 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 --- doc/go_spec.html | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 2b2817d9cbe..e7c5d136365 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +