1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 11:03:48 +00:00
fiber/.github/ISSUE_TEMPLATE/---question.md
Fenny 9a31f89fdb v2
2020-09-13 11:22:01 +02:00

297 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/v2"

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