Go 博客
Go at Google I/O 2011: videos
2011/05/23
Introduction
The Go team had a great time at Google I/O 2011. It was a pleasure to meet so many programmers who share our enthusiasm for Go, and to share our work of the past few months. For those of you that couldn’t be there in person, you can now watch videos of our two Go presentations on YouTube.
Writing Web Apps in Go
In “Writing Web Apps in Go” we announce the Go runtime for Google App Engine and walk through the development and deployment of Moustachio, the first Go App Engine app.
(See the presentation slides.)
The source code for Moustachio is available as part of the SDK along with some other examples, such as this Mandelbrot demo.
Most important, this talk features the debut of the plush gopher.
For those that didn’t get one at the conference, we hope to make him available for purchase online soon.
Real World Go
“Real World Go”, presented at I/O Bootcamp, gives a brief introduction to Go and four case studies of its use in solving real problems: - Heroku with Doozer, a highly available consistent data store,
- MROffice Dialer, a VOIP system for call centers,
- Atlassian’s virtual machine cluster management system,
- Camlistore, a content addressable storage system.
(See the [[https://golang.org/doc/talks/io2011/Real_World_Go.pdf ][presentation slides]].)
Thanks to everyone who attended our talks and workshops. We look forward to seeing you again soon!
相关文章
- Announcing App Engine’s New Go 1.11 Runtime
- Go 2 Draft Designs
- GopherCon 2015 Roundup
- The Go Gopher
- Go talks at FOSDEM 2014
- Go on App Engine: tools, tests, and concurrency
- Advanced Go Concurrency Patterns
- The path to Go 1
- Two recent Go articles
- Get thee to a Go meetup
- Concurrency is not parallelism
- The App Engine SDK and workspaces (GOPATH)
- Two recent Go talks
- Go updates in App Engine 1.7.1
- Go videos from Google I/O 2012
- From zero to Go: launching on the Google homepage in 24 hours
- The Go Programming Language turns two
- Writing scalable App Engine applications
- Go App Engine SDK 1.5.5 released
- Two Go Talks: "Lexical Scanning in Go" and "Cuddle: an App Engine Demo"
- Go for App Engine is now generally available
- A GIF decoder: an exercise in Go interfaces
- Go and Google App Engine
- Go Programming session video from Google I/O
- Go at I/O: Frequently Asked Questions