1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 19:23:48 +00:00
fiber/.github/ISSUE_TEMPLATE/---question.md

24 lines
294 B
Markdown
Raw Normal View History

2020-06-04 01:38:45 +02:00
---
2020-07-21 20:46:02 +02:00
name: "\U0001F917 Question"
2020-06-04 01:38:45 +02:00
about: Ask a question so we can help
2020-07-21 20:46:02 +02:00
title: "\U0001F917 "
2020-06-04 01:38:45 +02:00
labels: 'Type: Question'
assignees: ''
---
**Question description**
**Code snippet** _Optional_
```go
package main
import "github.com/gofiber/fiber"
func main() {
app := fiber.New()
// ..
}
```