Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corylanou/go-tips-tricks-for-beginners

Go tips and tricks for beginners
https://github.com/corylanou/go-tips-tricks-for-beginners

Last synced: 21 days ago
JSON representation

Go tips and tricks for beginners

Awesome Lists containing this project

README

        

# Go Tips & Tricks for Beginners

This is a repo for a talk I gave at [Chicago Hardcore Golang](http://www.meetup.com/Chicago-Hardcore-Golang/).

You can view the presentation here: [go-talks.appspot.com/github.com/corylanou/go-tips-tricks-for-beginners/presentation.slide](http://go-talks.appspot.com/github.com/corylanou/go-tips-tricks-for-beginners/presentation.slide)

The major components involved are:

## Why Go?

Give a brief overiew of why Go was created, who is using it, and some language overview.

## Tips & Tricks

- formatting tips
- error handling tips
- consistent function returns