mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
286 B
286 B
name, about, title, labels, assignees
name | about | title | labels | assignees |
---|---|---|---|---|
Question | Ask a question so we can help | 🤔 | question |
Question description
Code snippet (optional)
package main
import "github.com/gofiber/fiber"
func main() {
app := fiber.New()
// ..
}