mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
29 lines
331 B
Markdown
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)
|
|
}
|
|
```
|