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
ac4055b2
Commit
ac4055b2
authored
Feb 22, 2012
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go spec: import path implementation restriction
R=rsc, r, r, adg CC=golang-dev
https://golang.org/cl/5688074
parent
501f0b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
doc/go_spec.html
doc/go_spec.html
+10
-1
No files found.
doc/go_spec.html
View file @
ac4055b2
<!--{
"Title": "The Go Programming Language Specification",
"Subtitle": "Version of February 2
2
, 2012"
"Subtitle": "Version of February 2
3
, 2012"
}-->
<!--
...
...
@@ -5096,6 +5096,15 @@ it is typically a substring of the full file name of the compiled
package and may be relative to a repository of installed packages.
</p>
<p>
Implementation restriction: A compiler may restrict ImportPaths to
non-empty strings using only characters belonging to
<a
href=
"http://www.unicode.org/versions/Unicode6.0.0/"
>
Unicode's
</a>
L, M, N, P, and S general categories (the Graphic characters without
spaces) and may also exclude the ASCII characters
<code>
!"#$%
&
'()*,:;
<
=
>
?[\]^`{|}
</code>
.
</p>
<p>
Assume we have compiled a package containing the package clause
<code>
package math
</code>
, which exports function
<code>
Sin
</code>
, and
...
...
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