1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 10:44:02 +00:00
Fenny a837fa4d55 v2
2020-09-14 04:02:27 +02:00

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"))
}