Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
191 changes: 67 additions & 124 deletions .github/README.md

Large diffs are not rendered by default.

716 changes: 0 additions & 716 deletions .github/README_az.md

This file was deleted.

714 changes: 0 additions & 714 deletions .github/README_ckb.md

This file was deleted.

687 changes: 0 additions & 687 deletions .github/README_de.md

This file was deleted.

717 changes: 0 additions & 717 deletions .github/README_eg.md

This file was deleted.

687 changes: 0 additions & 687 deletions .github/README_es.md

This file was deleted.

861 changes: 0 additions & 861 deletions .github/README_fa.md

This file was deleted.

689 changes: 0 additions & 689 deletions .github/README_fr.md

This file was deleted.

865 changes: 0 additions & 865 deletions .github/README_he.md

This file was deleted.

689 changes: 0 additions & 689 deletions .github/README_id.md

This file was deleted.

712 changes: 0 additions & 712 deletions .github/README_it.md

This file was deleted.

691 changes: 0 additions & 691 deletions .github/README_ja.md

This file was deleted.

693 changes: 0 additions & 693 deletions .github/README_ko.md

This file was deleted.

693 changes: 0 additions & 693 deletions .github/README_nl.md

This file was deleted.

715 changes: 0 additions & 715 deletions .github/README_pl.md

This file was deleted.

689 changes: 0 additions & 689 deletions .github/README_pt.md

This file was deleted.

696 changes: 0 additions & 696 deletions .github/README_ru.md

This file was deleted.

758 changes: 0 additions & 758 deletions .github/README_sa.md

This file was deleted.

686 changes: 0 additions & 686 deletions .github/README_tr.md

This file was deleted.

721 changes: 0 additions & 721 deletions .github/README_uk.md

This file was deleted.

695 changes: 0 additions & 695 deletions .github/README_zh-CN.md

This file was deleted.

725 changes: 0 additions & 725 deletions .github/README_zh-TW.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Please provide a clear and concise description of the changes you've made and the problem they address. Include the purpose of the change, any relevant issues it solves, and the benefits it brings to the project. If this change introduces new features or adjustments, highlight them here.

Related to # (issue)
Fixes # (issue)

## Changes introduced

Expand Down
2 changes: 1 addition & 1 deletion docs/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