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
4d7d3f53
Commit
4d7d3f53
authored
Mar 02, 2012
by
Sanjay Menakuru
Committed by
Russ Cox
Mar 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix some HTML errors in code.html
R=golang-dev, rsc CC=adg, golang-dev
https://golang.org/cl/5720050
parent
d08a8848
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
code.html
doc/code.html
+3
-3
No files found.
doc/code.html
View file @
4d7d3f53
...
...
@@ -53,7 +53,7 @@ command executables. It has a prescribed structure of three subdirectories:
<ul>
<li><code>
src
</code>
contains Go source files,
<li><code>
pkg
</code>
contains compiled package objects, and
<li><code>
bin
</code>
contains executable commands.
</code>
<li><code>
bin
</code>
contains executable commands.
</ul>
<p>
...
...
@@ -204,7 +204,7 @@ Go's naming conventions.
</p>
<h2>
Building and installing
</h
3
>
<h2>
Building and installing
</h
2
>
<p>
The
<code>
go
</code>
command comprises several subcommands, the most central being
...
...
@@ -406,7 +406,7 @@ Run <code><a href="/cmd/go/#Test_packages">go help test</a></code> and see the
</p>
<h2
id=
"remote"
>
Remote packages
</h
3
>
<h2
id=
"remote"
>
Remote packages
</h
2
>
<p>
An import path can describe how to obtain the package source code using a
...
...
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