mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 10:44:02 +00:00
348 B
348 B
name | about | title | labels | assignees |
---|---|---|---|---|
🐛 Bug | Create a report to help us improve | 🐛 | Type: Bug |
Fiber version
Issue description
Code snippet
package main
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
// Steps to reproduce
log.Fatal(app.Listen(":3000"))
}