diff options
Diffstat (limited to 'bug/person.go')
-rw-r--r-- | bug/person.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bug/person.go b/bug/person.go index 6a70fa9e..5c9dcc4c 100644 --- a/bug/person.go +++ b/bug/person.go @@ -6,8 +6,8 @@ import ( ) type Person struct { - Name string `json:"name"` - Email string `json:"email"` + Name string + Email string } // GetUser will query the repository for user detail and build the corresponding Person |