structtag:解析和修改Go struct字段标签 源码
结构标签 structtag提供了一种解析和处理struct tag Go字段的方法。 它被之类的工具使用。 有关更多示例,请签。 安装 go get github.com/fatih/structtag 例 package main import ( "fmt" "reflect" "sort" "github.com/fatih/structtag" ) func main () { type t struct { t string `json:"foo,omitempty,string" xml:"foo"` } // get field tag tag := re
文件列表
structtag-master.zip
(预估有个6文件)
structtag-master
go.mod
43B
tags.go
7KB
.github
workflows
go.yml
451B
LICENSE
3KB
README.md
2KB
tags_test.go
8KB
暂无评论