Date: 2015.07.23
start to use Go lang in my new projects
[1] client-server: implement a simple web server by Golang, support http.GET/Post
[2] gosudoku : Go Sudoku Solver - example of "share by communicating"
[3] Kafka demo : use Kafka Server and Sarama Client to show how roducer and consumer works
[4] Simple Redis : Easy way to use Redis from Go
##Reference: