mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 22:23:47 +00:00
Co-Authored-By: RW <renewerner87@googlemail.com> * Add nosec for WriteByte * test persistens for benchmark results * Add tests & benchmark * Update app_test.go * Update benchmark.yml
9 lines
425 B
Go
9 lines
425 B
Go
// ⚡️ Fiber is an Express inspired web framework written in Go with ☕️
|
|
// 📝 Github Repository: https://github.com/gofiber/fiber
|
|
// 📌 API Documentation: https://docs.gofiber.io
|
|
// ⚠️ This path parser was based on urlpath by @ucarion (MIT License).
|
|
// 💖 Modified for the Fiber router by @renanbastos93 & @renewerner87
|
|
// 🤖 ucarion/urlpath - renanbastos93/fastpath - renewerner87/fastpath
|
|
|
|
package fiber
|