Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 264 Bytes

Go Snippets

Some (hopefully) helpful examples of simple go code to get started.

Each of the examples is self contained so to run them, change to the appropriate folder and then run the following from a terminal window:

go run <filename>.go