Contributions

Tutorial
Learn how to read an entire file and also how to read a file in small chunks using Go. This tutorial also deals with bundling static files inside go binaries.
Tutorial
A map is a builtin type in Go which is used to associate a value to a key. Learn how to create maps, access values from a map, add and delete items from a map in this tutorial.