Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
d3ffc5e6
Commit
d3ffc5e6
authored
Sep 03, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence hlint
R=r DELTA=7 (0 added, 4 deleted, 3 changed) OCL=34310 CL=34312
parent
d4903abe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
go_spec.html
doc/go_spec.html
+3
-7
No files found.
doc/go_spec.html
View file @
d3ffc5e6
...
@@ -3814,7 +3814,7 @@ for i := 0; i <= 3; i++ {
...
@@ -3814,7 +3814,7 @@ for i := 0; i <= 3; i++ {
<h3
id=
"Length_and_capacity"
>
Length and capacity
</h3>
<h3
id=
"Length_and_capacity"
>
Length and capacity
</h3>
<pre
class=
"grammar"
>
<pre
class=
"grammar"
>
Call
Argument type
Result
Call
Argument type
Result
len(s) string string length (in bytes)
len(s) string string length (in bytes)
[n]T, *[n]T array length (== n)
[n]T, *[n]T array length (== n)
...
@@ -4367,14 +4367,10 @@ The following minimal alignment properties are guaranteed:
...
@@ -4367,14 +4367,10 @@ The following minimal alignment properties are guaranteed:
<hr/>
<hr/>
<h2
id=
"Implementation_differences"
><font
color=
red
>
Implementation differences - TODO
</font></h2>
<h2
id=
"Implementation_differences"
><font
color=
red
>
Implementation differences - TODO
</font></h2>
<p>
<font
color=
red
>
<ul>
<ul>
<li>
Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
</li>
<li>
<font
color=
red
>
Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
</font>
</li>
<li>
A type switch must have an assignment in the guard expression and does not support multiple types per case.
</li>
<li>
<font
color=
red
>
A type switch must have an assignment in the guard expression and does not support multiple types per case.
</font>
</li>
</ul>
</ul>
</font>
</p>
</div>
</div>
</body>
</body>
...
...
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