Fiber version
V2
Issue description
-unable to install fiber using: go get github.com/gofiber/fiber/v2
output:
โ ~ go get github.com/gofiber/fiber/v2
cannot find package "github.com/gofiber/fiber/v2" in any of:
/usr/local/go/src/github.com/gofiber/fiber/v2 (from $GOROOT)
/Users/birraasmile/go/src/github.com/gofiber/fiber/v2 (from $GOPATH)
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
Please check out https://github.com/gofiber/fiber/issues/824, https://github.com/gofiber/fiber/issues/788 to see if it solves your problem.
thanks for your reply , I see that the Go module for a project is a must to use for v2.
I wish I had option to use v2 without Go module :)
To be fair, go modules are the default since Go 1.13 https://blog.golang.org/using-go-modules
I don't see any advantages to not use a go.mod, maybe this article will help https://dev.to/fenny/getting-started-with-fiber-36b6
Feel free to re-open if you have further problems.