1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 19:04:05 +00:00
2020-02-12 04:47:28 +01:00

265 B

name about title labels assignees
Question Ask a question so we can help 🤔 question

Question description

Code snippet (optional)

package main

import "github.com/gofiber/fiber"

func main() {
  app := fiber.New()
  // ..
}