diff --git a/model/user.go b/model/user.go index 1b6b606..46b6a83 100644 --- a/model/user.go +++ b/model/user.go @@ -1,7 +1,7 @@ package model type User struct { - Name string `json:"name"` - Email string `json:"email"` + Name string `json:"name"` + Email string `json:"email"` Picture string `json:"picture"` -} \ No newline at end of file +}