Add the sprig template functions library (#3431)

This commit is contained in:
Herby Gillot 2021-01-06 10:52:52 -05:00 committed by GitHub
parent fabe9f0615
commit 8c1d0e55bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1671,6 +1671,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [raymond](https://github.com/aymerick/raymond) - Complete handlebars implementation in Go.
* [Razor](https://github.com/sipin/gorazor) - Razor view engine for Golang.
* [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/).
* [sprig](https://github.com/Masterminds/sprig) - Useful template functions for Go templates.
* [velvet](https://github.com/gobuffalo/velvet) - Complete handlebars implementation in Go.
## Testing