-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
☢️ BugSomething isn't workingSomething isn't working
Description
Bug Description
In the README it says:
// In this example we use the html template engine
"github.com/gofiber/template/html/v3"
However, when I try geting v3, go tells me:
go: downloading github.com/gofiber/template/v2 v2.0.0
go: github.com/gofiber/template/html/v3 imports
github.com/gofiber/template/v2: reading github.com/gofiber/template/go.mod at revision v2.0.0: unknown revision v2.0.0How to Reproduce
Steps to reproduce the behavior:
- go get -u github.com/gofiber/template/html/v3
Expected Behavior
Successful installation of dependency.
Template package Version
v3
Code Snippet (optional)
Checklist:
- I agree to follow Fiber's Code of Conduct.
- I have checked for existing issues that describe my problem prior to opening this one.
- I understand that improperly formatted bug reports may be closed without explanation.
Metadata
Metadata
Assignees
Labels
☢️ BugSomething isn't workingSomething isn't working