Question description
Code snippet Optional
package main import "github.com/gofiber/fiber" func main() { app := fiber.New() // .. }