Go-Syntax-List
Go Syntax List
- 
2014-Understanding Golang Packages: In this post, we will take a look at packages in the Go programming language. 
- 
2015-Design generic functions in golang: In this article, I will describe how to write generic functions in golang, as well as disadvantages of it, compared to static functions. 
Meta Programming(元编程)
- 2018-Dependency Injection in Go: In this post I’ll give an introduction to DI and then show an example application before and after using DI (via the dig library).
