Skip to content

Commit

Permalink
Merge pull request #69 from J-P-77/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in decode time example.
  • Loading branch information
huandu authored Jun 22, 2017
2 parents 0a50546 + 1429735 commit a3f39cb
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 @@ -58,7 +58,7 @@ If a type implements the `json.Unmarshaler` interface, `Decode` or `DecodeField`

```go
res := Result{
"create_time": "2006-01-02 15:16:17Z",
"create_time": "2006-01-02T15:16:17Z",
}

// Type `*time.Time` implements `json.Unmarshaler`.
Expand Down

0 comments on commit a3f39cb

Please sign in to comment.