github go-jet/jet v2.4.0
Release v.2.4.0

latest releases: v2.12.0, v2.11.1, v2.11.0...
4 years ago

Go modules support
For new download procedure take a look at Installation.
Go mod requires for projects with major version 2 or higher, to include major version at the end of the module paths. This means for go.mod projects, depending of go-jet, will have to update there import paths. This can be achieved with the following command:

find . -type f \
    -name '*.go' \
    -exec sed -i -e 's,github.com/go-jet/jet,github.com/go-jet/jet/v2,g' {} \;

For GOPATH projects import path remains the same.

Don't miss a new jet release

NewReleases is sending notifications on new releases.