Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darylnwk committed Apr 2, 2020
1 parent 0c942a3 commit aefcfec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
```go
var TimeFormat = time.RFC3339Nano
```
TimeFormat defines default time format when unmarshalling time.Time Override
this to unmarshal time.Time to a different format
TimeFormat defines default time format when unmarshalling time.Time

Override this to unmarshal time.Time to a different format

#### func Struct

Expand Down
1 change: 1 addition & 0 deletions flatten.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
)

// TimeFormat defines default time format when unmarshalling time.Time
//
// Override this to unmarshal time.Time to a different format
var TimeFormat = time.RFC3339Nano

Expand Down

0 comments on commit aefcfec

Please sign in to comment.