We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
an example ?
Sorry, something went wrong.
Before
// TestStruct this is a test struct type TestStruct struct { ID string `json:"id" xml:"id"` IfNotModified string `json:"if_not_modified" xml:"if_not_modified"` Name string `json:"name" xml:"name"` ThisIsAStructWodeTianNa struct { FieldFromThisIsAStructWodeTianNa string `json:"field_from_this_is_a_struct_wode_tian_na" xml:"field_from_this_is_a_struct_wode_tian_na"` TianName string `json:"tian_name" xml:"tian_name"` } `json:"this_is_a_struct_wode_tian_na" xml:"this_is_a_struct_wode_tian_na"` T time.Time `json:"t" xml:"t"` Fset Fset `json:"fset" xml:"fset"` } type Fset struct{}
After
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: