mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 19:23:48 +00:00
24 lines
294 B
Markdown
24 lines
294 B
Markdown
---
|
|
name: "\U0001F917 Question"
|
|
about: Ask a question so we can help
|
|
title: "\U0001F917 "
|
|
labels: 'Type: Question'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Question description**
|
|
|
|
**Code snippet** _Optional_
|
|
|
|
```go
|
|
package main
|
|
|
|
import "github.com/gofiber/fiber"
|
|
|
|
func main() {
|
|
app := fiber.New()
|
|
// ..
|
|
}
|
|
```
|