Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/corylanou/go-tips-tricks-for-beginners
- Owner: corylanou
- License: mit
- Created: 2016-01-06T00:18:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T16:55:40.000Z (over 8 years ago)
- Last Synced: 2023-03-11T18:03:00.126Z (almost 2 years ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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