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
cfe007e1
Commit
cfe007e1
authored
Mar 08, 2012
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: link to sub-repositories from reference page
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5752049
parent
686d699e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/reference.html
doc/reference.html
+16
-0
No files found.
doc/reference.html
View file @
cfe007e1
...
...
@@ -14,6 +14,22 @@
The documentation for the Go standard library.
</p>
<h4
id=
"subrepos"
>
Sub-repositories
</h4>
<p>
These packages are part of the Go Project but outside the main Go tree.
They are developed under looser
<a
href=
"/doc/go1compat.html"
>
compatibility
requirements
</a>
than the Go core.
Install them with "
<code><a
href=
"/cmd/go/#Download_and_install_packages_and_dependencies"
>
go get
</a></code>
".
</p>
<ul>
<li><a
href=
"http://code.google.com/p/go/source/browse?repo=codereview"
><code>
code.google.com/p/go.codereview
</code></a>
[
<a
href=
"http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.codereview"
>
docs
</a>
]
<li><a
href=
"http://code.google.com/p/go/source/browse?repo=crypto"
><code>
code.google.com/p/go.crypto
</code></a>
[
<a
href=
"http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.crypto"
>
docs
</a>
]
<li><a
href=
"http://code.google.com/p/go/source/browse?repo=image"
><code>
code.google.com/p/go.image
</code></a>
[
<a
href=
"http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.image"
>
docs
</a>
]
<li><a
href=
"http://code.google.com/p/go/source/browse?repo=net"
><code>
code.google.com/p/go.net
</code></a>
[
<a
href=
"http://gopkgdoc.appspot.com/pkg/code.google.com/p/go.net"
>
docs
</a>
]
</ul>
<h3
id=
"cmd"
><a
href=
"/ref/cmd"
>
Command Documentation
</a></h3>
<p>
The documentation for the Go tools.
...
...
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