Skip to content

Commit

Permalink
Add missing space before code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jul 6, 2024
1 parent 347e051 commit f8e5cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ app.Post("/", func(c fiber.Ctx) error {
### Binding into the Map

Fiber supports binding into the `map[string]string` or `map[string][]string`. Here's an example:

```go
app.Get("/", func(c fiber.Ctx) error {
p := make(map[string][]string)
Expand Down

0 comments on commit f8e5cc5

Please sign in to comment.