17 lines
722 B
Go
17 lines
722 B
Go
/*
|
|
Package sprigx aims to provide additional functions that the author believes are missing from [sprig] ([Go docs]).
|
|
|
|
It's a decent enough "basics" library, but I frequently find it falls short once you start needing domain-specific data.
|
|
|
|
These may get merged into sprig, they may not. It all depends on how responsive they are to PRs.
|
|
Given that they only update it every 6 months or so, however...
|
|
|
|
See the [full documentation] on the [repo].
|
|
|
|
[sprig]: https://masterminds.github.io/sprig/
|
|
[Go docs]: https://pkg.go.dev/github.com/Masterminds/sprig/v3
|
|
[full documentation]: https://git.r00t2.io/r00t2/go_goutils/src/branch/master/tplx/sprigx/README.adoc
|
|
[repo]: https://git.r00t2.io/r00t2/go_goutils
|
|
*/
|
|
package sprigx
|