mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 17:24:39 +00:00
294 B
294 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"
func main() {
app := fiber.New()
// ..
}