• github.com/gofiber/fiber/v2 9M生成
    文档 https://docs.gofiber.io/
    "github.com/gofiber/fiber/v2"
    app := fiber.New()
      app.Get("/", func(c *fiber.Ctx) error {
          s := c.IP()
          return c.SendString("Hello, World!" + s)
      })
      app.Listen(":8888")
作者:Yoby  创建时间:2024-10-22 07:25
 更新时间:2024-12-05 13:26
上一篇:
下一篇: