diff --git a/adcom1/user.go b/adcom1/user.go index 4192ca9..70b49f1 100644 --- a/adcom1/user.go +++ b/adcom1/user.go @@ -30,7 +30,7 @@ type User struct { // integer // Definition: // Year of birth as a 4-digit integer. - YOB integer `json:"yob,omitempty"` + YOB int `json:"yob,omitempty"` // TODO: make smaller int? int16 should cover it. // Attribute: // gender