diff --git a/doc/go_spec.html b/doc/go_spec.html index 0015cbfb5d..b3134eed83 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -15,6 +15,7 @@ TODO [ ] need explicit language about the result type of operations [ ] should probably write something about evaluation order of statements even though obvious +[ ] in Selectors section, clarify what receiver value is passed in method invocations --> @@ -2507,13 +2508,6 @@ p.M0() // ((*p).T0).M0() - - -
@@ -3337,13 +3331,6 @@ channel, or false if it is a zero value generated because the
channel is closed and empty.