go struct 设置默认值 Nov 13TH, 2019 Aug 5TH, 2015 by pylist 在 Golang 中,我们经常碰到要设置一个结构体的默认值,但 Golang 没有较好的方式实现这功能,需要通过其它方式实现,其效果也比较优雅。 … Read more