package main type AutoGenerated struct { User struct { Name string `json:"name"` } `json:"user"` }