• 隐藏侧边栏
  • 展开分类目录
  • 关注微信公众号
  • 我的GitHub
  • QQ:1753970025
Chen Jiehua

Golang Modules 笔记

Go Modules 是 golang 1.11 才新增加的一个特性,虽然还处于试验阶段,不过官方说明中表示后续的版本会持续保持对已发布功能的兼容,所以我们还是可以大胆地进行尝试……

Seelog CustomReceiver

Seelog is a powerful and easy-to-learn logging framework that provides functionality for flexible dispatching, filtering, and formatting log messages. It is natively written in the Go programming lang […]

Go struct tags

关于Go中的Struct tags,http://golang.org/ref/spec中对它的描述: A field declaration may be followed by an optional string literal tag, which becomes an attribute for all the fields in the corresponding field decl […]