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).