Skip to content

Instantly share code, notes, and snippets.

@jafstar
Created June 18, 2012 20:52
Show Gist options
  • Save jafstar/2950641 to your computer and use it in GitHub Desktop.
Save jafstar/2950641 to your computer and use it in GitHub Desktop.
Go
//WINDOWS INSTALLER
http://code.google.com/p/go/downloads/list?q=OpSys-Windows+Type%3DInstaller
//PACKAGES:FMT
http://golang.org/pkg/fmt/
//RELEASE HISTORY
http://golang.org/doc/devel/release.html
//GROUPS
https://groups.google.com/forum/?fromgroups#!forum/golang-nuts
//FAQs
http://golang.org/doc/go_faq.html
//BLOG
http://blog.golang.org/
//TOUR
http://tour.golang.org/#1
//TIPS
http://golang.org/doc/effective_go.html
//APP ENGINE
https://developers.google.com/appengine/docs/go/gettingstarted/
https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go
https://developers.google.com/appengine/docs/go/overview
https://developers.google.com/appengine/docs/go/datastore/
https://developers.google.com/appengine/docs/go/channel/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment