Documentation ¶ Index ¶ type Person Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Person ¶ type Person struct { ID int `json:"id"` Name string `json:"name"` Age int `json:"age"` Username string `json:"username"` Password string `json:"password"` } Source Files ¶ View all Source files person.go Click to show internal directories. Click to hide internal directories.