From bfe3092140966b1299c0de7a4fed48d0ce606599 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Sun, 24 Mar 2019 16:08:02 +0900 Subject: [PATCH] Refactor with gofmt --- model/user.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}