Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type AutoGenerated struct {
- Nobility struct {
- Name *string `json:"name"`
- Image *string `json:"image"`
- Desc *string `json:"desc"`
- } `json:"nobility"`
- }
- type AutoGenerated2 struct {
- Nobility struct {
- Name string `json:"name,omitempty"`
- Image string `json:"image,omitempty"`
- Desc string `json:"desc,omitempty"`
- } `json:"nobility"`
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement