Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Perez committed Jun 4, 2015
1 parent ec9dcde commit 69b52f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type User struct {
UpdatedAt time.Time
}

currentTime := time.Date(2015, 05, 13, 15, 30, 0, 0, time.UTC),
currentTime := time.Date(2015, 05, 13, 15, 30, 0, 0, time.UTC)

user := User{
ID: 1, Email: "x@example.com", FirstName: "Foo", LastName: "Bar",
Expand Down

0 comments on commit 69b52f7

Please sign in to comment.