mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 13:03:43 +00:00
9 lines
433 B
Go
9 lines
433 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
|