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

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 […]