1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 17:24:39 +00:00
fiber/.github/ISSUE_TEMPLATE/---question.md
2020-07-21 20:46:02 +02:00

294 B

name about title labels assignees
🤗 Question Ask a question so we can help 🤗 Type: Question

Question description

Code snippet Optional

package main

import "github.com/gofiber/fiber"

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