From 04b08da9af0c450d645ab7389d1467308cfc2db8 Mon Sep 17 00:00:00 2001
From: Michael Stapelberg
-How to use the go command to fetch, build, and install
-packages, commands, and run tests.
+Also available as a
+screencast, this doc
+explains how to use the go command to fetch, build, and
+install packages, commands, and run tests.
How to write Go code
Effective Go
@@ -56,10 +58,13 @@ A must read for any new Go programmer. It augments the tour and
the language specification, both of which should be read first.
Language specification, memory model, and detailed documentation for the commands and packages.
+ +How to develop and deploy a simple Go project with -Google App Engine. +Google App Engine.
-A talk by Rob Pike and Andrew Gerrand presented at Google I/O 2011. -It walks through the construction and deployment of a simple web application -and unveils the Go runtime for App Engine. -See the presentation slides. +Three things that make Go fast, fun, and productive: +interfaces, reflection, and concurrency. Builds a toy web crawler to +demonstrate these.
--A talk by Andrew Gerrand presented at Google I/O Bootcamp 2011. -It gives a broad overview of Go's type system and concurrency model -and provides four examples of Go programs that solve real problems. -See the presentation slides. +Concurrency is the key to designing high performance network services. Go's concurrency primitives (goroutines and channels) provide a simple and efficient means of expressing concurrent execution. In this talk we see how tricky concurrency problems can be solved gracefully with simple Go code.
--A talk by Andrew Gerrand presented at Google Developer Day Japan 2011. -It discusses the development of a web application that runs on Google -App Engine and renders images that it stores on Google Cloud Storage. +A panel discussion with David Symonds, Robert Griesemer, Rob Pike, Ken Thompson, Andrew Gerrand, and Brad Fitzpatrick. +
+ ++A talk by Rob Pike and Andrew Gerrand presented at Google I/O 2011. +It walks through the construction and deployment of a simple web application +and unveils the Go runtime for App Engine. +See the presentation slides.
-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 presentation slides. -
-
See the GoTalks
@@ -201,7 +201,7 @@ documentation.
The golang-nuts
mailing list is for general Go discussion. A list of external Go projects including programs and libraries.Go Project Dashboard
+Go Wiki Projects Page
Go IRC Channel
--
cgit v1.2.3