--- name: "\U0001F41B Bug" about: Create a report to help us improve title: "\U0001F41B " labels: 'Type: Bug' assignees: '' --- **Fiber version** **Issue description** **Code snippet** ```go package main import "github.com/gofiber/fiber" func main() { app := fiber.New() // Steps to reproduce app.Listen(3000) } ```