diff --git a/doc/go_spec.html b/doc/go_spec.html index 77e439d631f..89ad2fae6ce 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1972,7 +1972,7 @@ math.Sin

TODO: Unify this section with Selectors - it's the same syntax.

----> +-->

Composite literals

@@ -2340,7 +2340,7 @@ p.M0 // ((*p).T0).M0 TODO: Specify what happens to receivers. ----> +-->

Indexes

@@ -3080,7 +3080,7 @@ Receiving from a nil channel causes a TODO: Probably in a separate section, communication semantics need to be presented regarding send, receive, select, and goroutines.

----> +-->

Method expressions

@@ -3457,7 +3457,7 @@ Also it may be possible to make typed constants more like variables, at the cost overflow etc. errors being caught.

----> +-->

Order of evaluation

@@ -4029,7 +4029,7 @@ iteration values for each entry will be produced at most once.
  • For channels, the iteration values produced are the successive values sent on the channel until the channel is closed -(§close). +(§close).
  • @@ -4255,7 +4255,7 @@ TODO: Language about result parameters needs to go into a section on function/method invocation

    ----> +-->

    Break statements

    @@ -4334,7 +4334,7 @@ is erroneous because the jump to label L skips the creation of v. +-->

    Fallthrough statements