mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 10:03:45 +00:00
273 B
273 B
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()
// ..
}