mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 09:43:40 +00:00
331 B
331 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"
func main() {
app := fiber.New()
// Steps to reproduce
app.Listen(3000)
}