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
82cbcb0d
Commit
82cbcb0d
authored
Jul 11, 2012
by
Dave Cheney
Committed by
Andrew Gerrand
Jul 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: various html fixes
Fixes #3424. R=fullung, adg CC=golang-dev
https://golang.org/cl/6343088
parent
eeffa738
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
doc/docs.html
doc/docs.html
+2
-2
doc/go_faq.html
doc/go_faq.html
+1
-1
doc/reference.html
doc/reference.html
+2
-2
lib/godoc/godoc.html
lib/godoc/godoc.html
+1
-1
lib/godoc/package.html
lib/godoc/package.html
+2
-2
No files found.
doc/docs.html
View file @
82cbcb0d
...
...
@@ -56,10 +56,10 @@ A must read for any new Go programmer. It augments the tour and
the language specification, both of which should be read first.
</p>
<h3
id=
"appengine"
><a
href=
"http
://code
.google.com/appengine/docs/go/gettingstarted/"
>
Getting Started with Go on App Engine
</a></h3>
<h3
id=
"appengine"
><a
href=
"http
s://developers
.google.com/appengine/docs/go/gettingstarted/"
>
Getting Started with Go on App Engine
</a></h3>
<p>
How to develop and deploy a simple Go project with
<a
href=
"http
://code
.google.com/appengine/"
>
Google App Engine
</a>
.
<a
href=
"http
s://developers
.google.com/appengine/"
>
Google App Engine
</a>
.
</p>
<h3
id=
"go_faq"
><a
href=
"go_faq.html"
>
Frequently Asked Questions (FAQ)
</a></h3>
...
...
doc/go_faq.html
View file @
82cbcb0d
...
...
@@ -180,7 +180,7 @@ production inside Google. A public example is the server behind
<a
href=
"http://golang.org"
>
http://golang.org
</a>
.
It's just the
<a
href=
"/cmd/godoc"
><code>
godoc
</code></a>
document server running in a production configuration on
<a
href=
"http
://code
.google.com/appengine/"
>
Google App Engine
</a>
.
<a
href=
"http
s://developers
.google.com/appengine/"
>
Google App Engine
</a>
.
</p>
<h3
id=
"Do_Go_programs_link_with_Cpp_programs"
>
...
...
doc/reference.html
View file @
82cbcb0d
...
...
@@ -24,10 +24,10 @@ The documentation for the Go tools.
The official Go Language specification.
</p>
<h3
id=
"appengine"
><a
href=
"http
://code
.google.com/appengine/docs/go/"
>
App Engine Go Runtime Documentation
</a></h3>
<h3
id=
"appengine"
><a
href=
"http
s://developers
.google.com/appengine/docs/go/"
>
App Engine Go Runtime Documentation
</a></h3>
<p>
The documentation for
<a
href=
"http
://code
.google.com/appengine/"
>
Google App Engine
</a>
's Go runtime.
<a
href=
"http
s://developers
.google.com/appengine/"
>
Google App Engine
</a>
's Go runtime.
</p>
<h3
id=
"go_mem"
><a
href=
"/ref/mem"
>
The Go Memory Model
</a></h3>
...
...
lib/godoc/godoc.html
View file @
82cbcb0d
...
...
@@ -57,7 +57,7 @@ the content of this page is licensed under the
Creative Commons Attribution 3.0 License,
and code is licensed under a
<a
href=
"/LICENSE"
>
BSD license
</a>
.
<br>
<a
href=
"/doc/tos.html"
>
Terms of Service
</a>
|
<a
href=
"http://www.google.com/intl/en/p
rivacy/privacy-policy.html
"
>
Privacy Policy
</a>
<a
href=
"http://www.google.com/intl/en/p
olicies/privacy/
"
>
Privacy Policy
</a>
</div>
</body>
...
...
lib/godoc/package.html
View file @
82cbcb0d
...
...
@@ -192,14 +192,14 @@
{{if $.DirFlat}}
{{if .HasPkg}}
<tr>
<td
class=
"name"
><a
href=
"{{html .Path}}"
>
{{html .Path}}
</a></td>
<td
class=
"name"
><a
href=
"{{html .Path}}
/
"
>
{{html .Path}}
</a></td>
<td>
</td>
<td
style=
"width: auto"
>
{{html .Synopsis}}
</td>
</tr>
{{end}}
{{else}}
<tr>
<td
class=
"name"
>
{{repeat `
` .Depth}}
<a
href=
"{{html .Path}}"
>
{{html .Name}}
</a></td>
<td
class=
"name"
>
{{repeat `
` .Depth}}
<a
href=
"{{html .Path}}
/
"
>
{{html .Name}}
</a></td>
<td>
</td>
<td
style=
"width: auto"
>
{{html .Synopsis}}
</td>
</tr>
...
...
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