Skip to content

Commit

Permalink
Refactor with gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Mar 24, 2019
1 parent 404daf4 commit bfe3092
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model/user.go
Original file line number Diff line number Diff line change
@@ -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"`
}
}

0 comments on commit bfe3092

Please sign in to comment.