mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-28 06:03:39 +00:00
25 lines
263 B
Markdown
25 lines
263 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "🐞 "
|
|
labels: bug
|
|
assignees: ""
|
|
---
|
|
**Fiber version/commit**
|
|
|
|
**Issue description**
|
|
|
|
**Expected behavior**
|
|
|
|
**Steps to reproduce**
|
|
|
|
**Code snippet**
|
|
|
|
```go
|
|
package main
|
|
|
|
func main() {
|
|
|
|
}
|
|
```
|