mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-25 11:44:19 +00:00
326 B
326 B
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve | 🐞 | bug |
Fiber version/commit
Issue description
Expected behavior
Steps to reproduce
Code snippet
package main
import "github.com/gofiber/fiber"
func main() {
app := fiber.New()
// ..
}