From 77222095befcc797fb256abe407a1b2f080a187b Mon Sep 17 00:00:00 2001 From: Max Cherry Date: Wed, 26 Dec 2018 11:50:31 +0200 Subject: [PATCH] adcom1: fix missing User.YOB type --- adcom1/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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