// GET http://example.comapp.Get("/", func(c *fiber.Ctx) error {})
// GET http://example.com
app.Get("/", func(c *fiber.Ctx) error {
})
本文档使用 全库网 构建