2020-02-02 12:45:19 +03:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
2020-02-04 14:50:11 +01:00
|
|
|
title: "🐞 "
|
|
|
|
labels: bug
|
2020-02-02 12:45:19 +03:00
|
|
|
assignees: ""
|
|
|
|
---
|
2020-02-04 14:50:11 +01:00
|
|
|
**Fiber version/commit**
|
2020-02-02 12:45:19 +03:00
|
|
|
|
2020-02-04 14:50:11 +01:00
|
|
|
**Issue description**
|
2020-02-02 12:49:41 +03:00
|
|
|
|
2020-02-04 14:50:11 +01:00
|
|
|
**Expected behavior**
|
2020-02-02 12:45:19 +03:00
|
|
|
|
2020-02-04 14:50:11 +01:00
|
|
|
**Steps to reproduce**
|
2020-02-02 12:45:19 +03:00
|
|
|
|
2020-02-04 14:50:11 +01:00
|
|
|
**Code snippet**
|
2020-02-02 12:45:19 +03:00
|
|
|
|
2020-02-04 14:50:11 +01:00
|
|
|
```go
|
|
|
|
package main
|
2020-02-02 12:45:19 +03:00
|
|
|
|
2020-02-04 14:50:11 +01:00
|
|
|
func main() {
|
2020-02-02 12:45:19 +03:00
|
|
|
|
2020-02-04 14:50:11 +01:00
|
|
|
}
|
|
|
|
```
|