fiber/.github/ISSUE_TEMPLATE/---question.md

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