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
556506e8
Commit
556506e8
authored
Feb 22, 2011
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go spec: fix local link
Fixes #1543. R=rsc, r2 CC=golang-dev
https://golang.org/cl/4169068
parent
795ff00d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
go_spec.html
doc/go_spec.html
+2
-2
No files found.
doc/go_spec.html
View file @
556506e8
<!-- title The Go Programming Language Specification -->
<!-- subtitle Version of February
19
, 2011 -->
<!-- subtitle Version of February
22
, 2011 -->
<!--
TODO
...
...
@@ -4796,7 +4796,7 @@ The PackageName is used in <a href="#Qualified_identifiers">qualified identifier
to access the exported identifiers of the package within the importing source file.
It is declared in the
<a
href=
"#Blocks"
>
file block
</a>
.
If the PackageName is omitted, it defaults to the identifier specified in the
<a
href=
"#Package_clause
s
"
>
package clause
</a>
of the imported package.
<a
href=
"#Package_clause"
>
package clause
</a>
of the imported package.
If an explicit period (
<code>
.
</code>
) appears instead of a name, all the
package's exported identifiers will be declared in the current file's
file block and can be accessed without a qualifier.
...
...
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