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
0e3eefaf
Commit
0e3eefaf
authored
Dec 03, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add Practical Go Programming to front page and docs.html
R=r CC=golang-dev
https://golang.org/cl/3391042
parent
777a96a5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletion
+12
-1
doc/docs.html
doc/docs.html
+8
-0
doc/frontpage.css
doc/frontpage.css
+3
-0
doc/root.html
doc/root.html
+1
-1
doc/video-004.png
doc/video-004.png
+0
-0
No files found.
doc/docs.html
View file @
0e3eefaf
...
@@ -120,6 +120,14 @@ examples demonstrating features particular to Go. These include concurrency,
...
@@ -120,6 +120,14 @@ examples demonstrating features particular to Go. These include concurrency,
embedded types, methods on any type, and program construction using interfaces.
embedded types, methods on any type, and program construction using interfaces.
</p>
</p>
<h3
id=
"practical_go_programming"
><a
href=
"http://osdc.blip.tv/file/4432146/"
>
Practical Go Programming
</a></h3>
<p>
This talk presents the development of a complete web application in Go.
It looks at design, storage, concurrency, and scaling issues in detail, using
the simple example of an URL shortening service.
See the
<a
href=
"http://wh3rd.net/practical-go/"
>
presentation slides
</a>
.
</p>
<h3
id=
"techtalk"
><a
href=
"http://www.youtube.com/watch?v=rKnDgT73v8s"
>
The Go Tech Talk
</a></h3>
<h3
id=
"techtalk"
><a
href=
"http://www.youtube.com/watch?v=rKnDgT73v8s"
>
The Go Tech Talk
</a></h3>
<p>
<p>
An hour-long talk delivered by Rob Pike at Google in October 2009.
An hour-long talk delivered by Rob Pike at Google in October 2009.
...
...
doc/frontpage.css
View file @
0e3eefaf
...
@@ -77,6 +77,9 @@ span.keyword {
...
@@ -77,6 +77,9 @@ span.keyword {
#content-videos
.thumbnail._003
{
#content-videos
.thumbnail._003
{
background
:
url(/doc/video-003.png)
;
background
:
url(/doc/video-003.png)
;
}
}
#content-videos
.thumbnail._004
{
background
:
url(/doc/video-004.png)
;
}
#content-videos
a
.video
{
#content-videos
a
.video
{
display
:
inline-block
;
display
:
inline-block
;
width
:
150px
;
width
:
150px
;
...
...
doc/root.html
View file @
0e3eefaf
...
@@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);
...
@@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);
<div
id=
"content-rotating"
>
<div
id=
"content-rotating"
>
<div
id=
"content-videos"
>
<div
id=
"content-videos"
>
<h2>
Go Videos
<span
class=
"more"
>
|
<a
href=
"/doc/docs.html#videos_talks"
>
More...
</a></span></h2>
<h2>
Go Videos
<span
class=
"more"
>
|
<a
href=
"/doc/docs.html#videos_talks"
>
More...
</a></span></h2>
<a
class=
"video"
href=
"http://
www.youtube.com/watch?v=jgVhBThJdXc"
><img
src=
"/doc/play_overlay.png"
class=
"thumbnail _001"
/>
<span
class=
"caption title"
>
“
Go Programming
”
</span>
<span
class=
"caption description"
>
Google I/O
Tech Talk
</span></a>
<a
class=
"video"
href=
"http://
osdc.blip.tv/file/4432146/"
><img
src=
"/doc/play_overlay.png"
class=
"thumbnail _004"
/>
<span
class=
"caption title"
>
“
Practical Go Programming
”
</span>
<span
class=
"caption description"
>
OSDC
Tech Talk
</span></a>
</div>
</div>
<h2>
Go Blog
<span
class=
"more"
>
|
<a
href=
"http://blog.golang.org/"
>
More...
</a></span></h2>
<h2>
Go Blog
<span
class=
"more"
>
|
<a
href=
"http://blog.golang.org/"
>
More...
</a></span></h2>
<div
id=
"content-blog"
>
<div
id=
"content-blog"
>
...
...
doc/video-004.png
0 → 100644
View file @
0e3eefaf
22.2 KB
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