refract package ghttp/gredis/glog

This commit is contained in:
John Guo
2021-09-27 21:27:24 +08:00
parent 5904a1e7c0
commit df09d8c604
87 changed files with 922 additions and 1174 deletions

View File

@ -60,7 +60,7 @@ func Example_newFromStructWithTag() {
Score: 100,
Title: "engineer",
}
// The parameter <tags> specifies custom priority tags for struct conversion to map,
// The parameter `tags` specifies custom priority tags for struct conversion to map,
// multiple tags joined with char ','.
j := gjson.NewWithTag(me, "tag")
fmt.Println(j.Get("name"))