Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤗 [Question]: Does gofiber have a G variable similar to flask? #2673

Closed
3 tasks done
jhhuang2000 opened this issue Oct 12, 2023 · 0 comments
Closed
3 tasks done

🤗 [Question]: Does gofiber have a G variable similar to flask? #2673

jhhuang2000 opened this issue Oct 12, 2023 · 0 comments

Comments

@jhhuang2000
Copy link

Question Description

Does gofiber have a G variable similar to flask?

Code Snippet (optional)

package main

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

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

  // An example to describe the question

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

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have checked for existing issues that describe my questions prior to opening this one.
  • I understand that improperly formatted questions may be closed without explanation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant