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
520d5db4
Commit
520d5db4
authored
Jul 02, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add various items to the Go Resources page.
R=r CC=golang-dev
https://golang.org/cl/1674045
parent
81c3e8ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
doc/go_learning.html
doc/go_learning.html
+23
-1
No files found.
doc/go_learning.html
View file @
520d5db4
...
@@ -68,6 +68,15 @@ An introduction to Go for C++ programmers.
...
@@ -68,6 +68,15 @@ An introduction to Go for C++ programmers.
How to write a new package and how to test code.
How to write a new package and how to test code.
</p>
</p>
<h2
id=
"tutorials_nonenglish"
>
Tutorials in languages other than English
</h2>
<h3
id=
"tutorial_de"
><a
href=
"http://bitloeffel.de/DOC/golang/go_tutorial_20100613_de.html"
>
Eine Anleitung zum Programmieren in Go
</a></h3>
<p>
A German translation of the Go Tutorial.
</p>
<h2
id=
"faqs"
>
Frequently Asked Questions
</h2>
<h2
id=
"faqs"
>
Frequently Asked Questions
</h2>
<h3
id=
"go_faq"
><a
href=
"go_faq.html"
>
Go FAQ
</a></h3>
<h3
id=
"go_faq"
><a
href=
"go_faq.html"
>
Go FAQ
</a></h3>
...
@@ -85,7 +94,7 @@ Answers to common questions about the design decisions behind Go.
...
@@ -85,7 +94,7 @@ Answers to common questions about the design decisions behind Go.
Answers to common questions about programming with Go.
Answers to common questions about programming with Go.
</p>
</p>
<h2
id=
"
faqs
"
>
Development
</h2>
<h2
id=
"
dev
"
>
Development
</h2>
<h3
id=
"contibute"
><a
href=
"contribute.html"
>
Contributing to the Go project
</a></h3>
<h3
id=
"contibute"
><a
href=
"contribute.html"
>
Contributing to the Go project
</a></h3>
<p>
<p>
...
@@ -125,6 +134,19 @@ A YouTube channel that includes screencasts and other Go-related videos:
...
@@ -125,6 +134,19 @@ A YouTube channel that includes screencasts and other Go-related videos:
A short promotional video featuring Russ Cox demonstrating Go's fast compiler.
A short promotional video featuring Russ Cox demonstrating Go's fast compiler.
</p>
</p>
<h2
id=
"codewalks"
>
Codewalks
</h2>
<h3
id=
"codewalk_sharemem"
><a
href=
"codewalk/sharemem/"
>
Share Memory By Communicating
</a></h3>
<p>
A demonstration of the practical use of goroutines and channels.
</p>
<h3
id=
"codewalk_codewalk"
><a
href=
"codewalk/codewalk/"
>
How to write a Codewalk
</a></h3>
<p>
A self-describing Codewalk.
</p>
<h2
id=
"blogs"
>
Blog Posts
</h2>
<h2
id=
"blogs"
>
Blog Posts
</h2>
<p>
<p>
Articles about Go from external blogs.
Articles about Go from external blogs.
...
...
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