gofiber / fiber

⚡️ Express inspired web framework written in Go
https://gofiber.io
MIT License
33.7k stars 1.66k forks source link

🤗 [Question]: When is the Fiber v3 stable release date? #3179

Closed longphamdevelop closed 3 hours ago

longphamdevelop commented 5 hours ago

Question Description

I'm very excited about GoFiber version 3, but I've been waiting for it for quite a while. Can you let me know when the official stable release will be available?

Code Snippet (optional)

package main

import "github.com/gofiber/fiber/v3"
import "log"

func main() {
  app := fiber.New()

  // An example to describe the question

  log.Fatal(app.Listen(":3000"))
}

Checklist:

ReneWerner87 commented 3 hours ago

Duplicate of #3179