user.go 107 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 package specification type UserCreate struct { Name string `json:"name"` Email string `json:"email"` }