Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudingcity committed Nov 17, 2020
1 parent 2da6645 commit fcf02cb
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 @@ -69,7 +69,7 @@ body := CreateToken{
Secret: "my-secret",
}
var token Token
if err := fast.Post(uri, body, &token, nil); err != nil {
if err := fast.Post(uri, &body, &token, nil); err != nil {
log.Fatalln(err)
}
fmt.Printf("token: %v, expired_at: %v", token.Token, token.ExpiredAt)
Expand Down

0 comments on commit fcf02cb

Please sign in to comment.