pyk / compiled

Compiled and Organized, Articles and Papers about Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiled

List of all articles/papers around the web that i have read for learning Go programming language.

Suggest me more! If you have wrote or read a nice blog post / papers please send me a link at @peeyek

Articles

  1. Understanding Mutexes (October 2013)
    well explained blog post about race condition and how to solve that using sync.Mutex. If you want to learn how to handle race condition i recommend to read this article .
  1. Structuring Tests in Go (July 2014)
    Rule number 2, Use the “underscore test” package, answered my my curiosity, "why i should use different package name on my test file?".
  1. A Recap of Request Handling in Go (September 2013)
    I'm understand relation between ServeMux and HTTP Handler from this post. This blog post is help me to build custom logger for each HTTP request.
  1. Go Data Structures (November 2009)
    He explained very well different between new() and make() in Go.

Books

  1. An Introduction to Programming in Go. (2012 by Caleb Doxsey)
    I recommend to read this book if you want to learn quickly the basic of Go

Papers

initial repos

About

Compiled and Organized, Articles and Papers about Go programming language