1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 10:03:45 +00:00
2020-06-04 01:38:45 +02:00

273 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()
  // ..
}