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
6fff7b23
Commit
6fff7b23
authored
Nov 08, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mention license in install.html.
tighter nav list. R=r
http://go/go-review/1024029
parent
0d93dbcf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
+16
-8
doc/install.html
doc/install.html
+14
-8
doc/style.css
doc/style.css
+2
-0
No files found.
doc/install.html
View file @
6fff7b23
...
...
@@ -2,9 +2,15 @@
<h2>
Introduction
</h2>
<p>
Go is an open source project, distributed under a
<a
href=
"/LICENSE"
>
BSD-style license
</a>
.
This document explains how to check out the sources,
build them on your own machine, and run them.
</p>
<p>
There are two distinct ways to experiment with Go.
This document
explains how to check out, build, and use
the
<code>
gc
</code>
Go
This document
focuses on
the
<code>
gc
</code>
Go
compiler and tools (
<code>
6g
</code>
,
<code>
8g
</code>
etc.).
For information on how to use
<code>
gccgo
</code>
, a more traditional
compiler using the GCC back end, see
...
...
doc/style.css
View file @
6fff7b23
...
...
@@ -132,11 +132,13 @@ div#linkList ul {
div
#linkList
li
{
margin-left
:
1em
;
padding-bottom
:
0.2em
;
}
div
#linkList
li
.navhead
{
font-weight
:
bold
;
margin-left
:
0px
;
padding-bottom
:
0.25em
;
}
#nav
dl
{
...
...
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