2020-06-04 01:38:45 +02:00

29 lines
331 B
Markdown

---
name: "\U0001F41B Bug"
about: Create a report to help us improve
title: "\U0001F41B "
labels: 'Type: Bug'
assignees: ''
---
**Fiber version**
**Issue description**
**Code snippet**
```go
package main
import "github.com/gofiber/fiber"
func main() {
app := fiber.New()
// Steps to reproduce
app.Listen(3000)
}
```