mirror of https://github.com/gofiber/fiber.git
Delete question.md
parent
c3c57024b7
commit
d901d160b6
|
@ -1,23 +0,0 @@
|
||||||
---
|
|
||||||
name: Question
|
|
||||||
about: Ask a question so we can help
|
|
||||||
title: "\U0001F914 "
|
|
||||||
labels: question
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Question description**
|
|
||||||
|
|
||||||
**Code snippet (optional)**
|
|
||||||
|
|
||||||
```go
|
|
||||||
package main
|
|
||||||
|
|
||||||
import "github.com/gofiber/fiber"
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
app := fiber.New()
|
|
||||||
// ..
|
|
||||||
}
|
|
||||||
```
|
|
Loading…
Reference in New Issue