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

🐛 Where is fiber v2 ????? #1013

Closed
waldirborbajr opened this issue Nov 11, 2020 · 3 comments
Closed

🐛 Where is fiber v2 ????? #1013

waldirborbajr opened this issue Nov 11, 2020 · 3 comments

Comments

@waldirborbajr
Copy link

Fiber version
V2

Issue description
could not import github.com/gofiber/fiber/v2 (no package for import github.com/gofiber/fiber/v2)compiler

Code snippet

package main

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

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

  // Steps to reproduce

  log.Fatal(app.Listen(":3000"))
}
@welcome
Copy link

welcome bot commented Nov 11, 2020

Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord

@Fenny
Copy link
Member

Fenny commented Nov 11, 2020

Please use go modules #870, #824, #788 👍

1) go mod init <project_name>
2) go get github.com/gofiber/fiber/v2
3) go mod tidy

@waldirborbajr
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants