Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 297 Bytes

---question.md

File metadata and controls

23 lines (17 loc) · 297 Bytes
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()
  // ..
}