Useful template functions for Go templates
The Go language comes with a built-in template language, but not very many template functions. Sprig is a library that provides more than 100 commonly used template functions. It is inspired by the template functions found in Twig and in various JavaScript libraries, such as underscore.js. This package provides symbolic links that alias the following Go import paths to github.com/Masterminds/sprig: – github.com/Masterminds/sprig/v3 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/Masterminds/sprig.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 3.2.2-2.fc35 | - |
Fedora 35 | 3.2.2-2.fc35 | - |
You can contact the maintainers of this package via email at
golang-github-masterminds-sprig dash maintainers at fedoraproject dot org
.