Delete question.md

pull/439/head
fenny 2020-06-04 01:39:53 +02:00 committed by GitHub
parent c3c57024b7
commit d901d160b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

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