Skip to content

Instantly share code, notes, and snippets.

@cliveb
Last active August 29, 2015 14:00
Show Gist options
  • Save cliveb/11332643 to your computer and use it in GitHub Desktop.
Save cliveb/11332643 to your computer and use it in GitHub Desktop.
Five part Go series by Mark Summerfield via Dr. Dobb’s Journal
* Getting Going with Go *
How to set up Go and build programs. It then walks through code examples that highlight some of the language’s interesting features.
http://www.drdobbs.com/open-source/getting-going-with-go/240004971?queryText=%2BMark%2BSummerfield
* Go Tutorial: Object Orientation and Go’s Special Data Types *
We explore Go’s unusual approach to object orientation, its special built-in object types, the syntax for multiple return valu,and how Go handles exceptions.
http://www.drdobbs.com/open-source/go-tutorial-object-orientation-and-gos-s/240005402?queryText=%2BMark%2BSummerfield
* Go Introduction: How Go Handles Objects *
Go’s unique approach to OO steps around many problems found in other languages by preferring composition to inheritance.
http://www.drdobbs.com/open-source/go-introduction-how-go-handles-objects/240005949?queryText=%2BMark%2BSummerfield
* RESTful Web Service in Go Powered by Google App Engine *
Go’s support for REST-based Web services and cloud computing make quick work of useful document analysis project.
http://www.drdobbs.com/cloud/restful-web-service-in-go-powered-by-the/240006401
* A Brief Tour of the Go Standard Library *
We examine the language’s extensive standard library.
http://www.drdobbs.com/open-source/a-brief-tour-of-the-go-standard-library/240006639?queryText=%2BMark%2BSummerfield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment