mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 09:23:56 +00:00
8 lines
289 B
Go
8 lines
289 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
|
|
|
|
package fiber
|
|
|
|
// // go test -v ./... -run=^$ -bench=Benchmark_Ctx_Acce -benchmem -count=3
|