mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 11:03:48 +00:00
297 B
297 B
name | about | title | labels | assignees |
---|---|---|---|---|
🤗 Question | Ask a question so we can help | 🤗 | Type: Question |
Question description
Code snippet Optional
package main
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
// ..
}