Skip to content

Instantly share code, notes, and snippets.

@nindalf
Last active August 29, 2015 13:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nindalf/9624097 to your computer and use it in GitHub Desktop.
Save nindalf/9624097 to your computer and use it in GitHub Desktop.

Go is a general-purpose language that bridges the gap between efficient statically typed languages and productive dynamic language. But it’s not just the language that makes Go special – Go has broad and consistent standard libraries and powerful but simple tools.

Go was developed by engineers working at Google. It was built with the idea of helping Google's engineers develop applications at scale. A couple of Go projects at Google are the server powering dl.google.com and the database layer of YouTube. In the last couple of years, it has gained traction amongst other industry heavyweights such as Mozilla (Heka), Canonical (Juju), Heroku (Doozer), Cloudflare (Railgun), Bitly, DigitalOcean and SoundCloud to name a few.

If you're interested in learning Go, here are a few talks worth checking out:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment