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
978c3e96
Commit
978c3e96
authored
Dec 13, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gc: fix comment
R=gri CC=golang-dev
https://golang.org/cl/174077
parent
f6462961
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
go.y
src/cmd/gc/go.y
+2
-3
No files found.
src/cmd/gc/go.y
View file @
978c3e96
...
...
@@ -7,9 +7,8 @@
*
*
The
Go
semicolon
rules
are
:
*
*
1.
all
statements
and
declarations
are
terminated
by
semicolons
*
2.
semicolons
can
be
omitted
before
and
after
the
closing
)
or
}
*
on
a
list
of
statements
or
declarations
.
*
1.
all
statements
and
declarations
are
terminated
by
semicolons
.
*
2.
semicolons
can
be
omitted
before
a
closing
)
or
}.
*
3.
semicolons
are
inserted
by
the
lexer
before
a
newline
*
following
a
specific
list
of
tokens
.
*
...
...
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