Skip to content

Commit

Permalink
doc: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed Sep 5, 2020
1 parent e664b0e commit 1fa1fc3
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 @@ -51,7 +51,7 @@ func main() {
type CreateCustomerInput struct {
Name string `path:"name"` // you can extract value from: 'path', 'query', 'header', 'ctx'
Emails []string `query:"emails" exploder:","` // exploder split value with the characters specified
Subject string `json:"body"` // it also works with json body
Subject string `json:"body"` // it also works with json body
}

// CustomerOutput is the output type of the http request.
Expand Down

0 comments on commit 1fa1fc3

Please sign in to comment.