Fiber: ๐Ÿค” unable to to install fiber v2

Created on 3 Oct 2020  ยท  4Comments  ยท  Source: gofiber/fiber

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)

๐Ÿค” Question

All 4 comments

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bashery picture bashery  ยท  4Comments

renanbastos93 picture renanbastos93  ยท  3Comments

Ivan-Feofanov picture Ivan-Feofanov  ยท  3Comments

Aguezz picture Aguezz  ยท  4Comments

abowloflrf picture abowloflrf  ยท  4Comments