Skip to content

🐛 [Bug]: html/v3? #439

@mrusme

Description

@mrusme

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.0

How to Reproduce

Steps to reproduce the behavior:

  1. 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions