Skip to content

Commit

Permalink
Add docs from gofiber/fiber@724e5be
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 11, 2024
1 parent a92cd78 commit e6619e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func handler(c fiber.Ctx) error {
}
```

We created a custom `CopyString` function that does the above and is available under [gofiber/utils](https://github.com/gofiber/fiber/tree/master/utils).
We created a custom `CopyString` function that does the above and is available under [gofiber/utils](https://github.com/gofiber/utils).

```go
app.Get("/:foo", func(c fiber.Ctx) error {
Expand Down

0 comments on commit e6619e4

Please sign in to comment.