From: Robert Griesemer Date: Mon, 7 Jun 2010 22:49:39 +0000 (-0700) Subject: go spec: clean-up and consolidation of spec with implementation X-Git-Tag: weekly.2010-06-09~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7bc03718f432c7b6cb0e61141013f9b24733dd7c;p=gostls13.git go spec: clean-up and consolidation of spec with implementation Specifically: - introduced notion of "underlying type" - removed notion of type compatibility - consolidated rules about assignment compatibility in assignment compatibility section - be consistent with specyfing that nil is the value for uninitialized variables that can be nil (this was not specified clearly for pointers, functions, interfaces) - added/fixed various related links throughout - clarify language on conversions R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/1536041 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 5cd890ab93..dc9bd64972 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,5 +1,5 @@ - +