Skip to content

Commit

Permalink
Merge pull request #24 from mihaitodor/fix-typo-readme
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
lestrrat authored May 6, 2021
2 parents fa3af77 + 0a4756a commit 09329cc
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 @@ -9,7 +9,7 @@ Fast strftime for Go
# SYNOPSIS

```go
f := strftime.New(`.... pattern ...`)
f, err := strftime.New(`.... pattern ...`)
if err := f.Format(buf, time.Now()); err != nil {
log.Println(err.Error())
}
Expand Down

0 comments on commit 09329cc

Please sign in to comment.