Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
38d7bcf5
Commit
38d7bcf5
authored
May 08, 2011
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go spec: fix up HTML glitches.
Fixes #1786. R=gri, adg CC=golang-dev
https://golang.org/cl/4517043
parent
121b428a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/go_spec.html
doc/go_spec.html
+7
-7
No files found.
doc/go_spec.html
View file @
38d7bcf5
...
...
@@ -1972,7 +1972,7 @@ math.Sin
<p>
<span class="alert">TODO: Unify this section with Selectors - it's the same syntax.</span>
</p>
--
-
>
-->
<h3
id=
"Composite_literals"
>
Composite literals
</h3>
...
...
@@ -2340,7 +2340,7 @@ p.M0 // ((*p).T0).M0
<span class="alert">
TODO: Specify what happens to receivers.
</span>
--
-
>
-->
<h3
id=
"Indexes"
>
Indexes
</h3>
...
...
@@ -3080,7 +3080,7 @@ Receiving from a <code>nil</code> channel causes a
<span class="alert">TODO: Probably in a separate section, communication semantics
need to be presented regarding send, receive, select, and goroutines.</span>
</p>
--
-
>
-->
<h3
id=
"Method_expressions"
>
Method expressions
</h3>
...
...
@@ -3457,7 +3457,7 @@ Also it may be possible to make typed constants more like variables, at the cost
overflow etc. errors being caught.
</span>
</p>
--
-
>
-->
<h3
id=
"Order_of_evaluation"
>
Order of evaluation
</h3>
...
...
@@ -4029,7 +4029,7 @@ iteration values for each entry will be produced at most once.
<li>
For channels, the iteration values produced are the successive values sent on
the channel until the channel is closed
(§
<a
href=
"#Close"
><code>
close
</code>
).
(§
<a
href=
"#Close"
><code>
close
</code>
</a>
).
</li>
</ol>
...
...
@@ -4255,7 +4255,7 @@ TODO: Language about result parameters needs to go into a section on
function/method invocation<br />
</span>
</p>
--
-
>
-->
<h3
id=
"Break_statements"
>
Break statements
</h3>
...
...
@@ -4334,7 +4334,7 @@ is erroneous because the jump to label <code>L</code> skips
the creation of
<code>
v
</code>
.
<!---
(<span class="alert">TODO: Eliminate in favor of used and not set errors?</span>)
--
-
>
-->
</p>
<h3
id=
"Fallthrough_statements"
>
Fallthrough statements
</h3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment