//
pkg.gl
Category
github.com/crowdsecurity/go-cs-lib
csstring
package
0.0.13
Repository:
https://github.com/crowdsecurity/go-cs-lib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
7
Files
80 SLOC
#
Functions
Interpolate
Interpolate fills a string template with the given values, can be map or struct.
StrictExpand
StrictExpand replaces ${var} or $var in the string according to the mapping function, like os.Expand.