Documentation ¶
Index ¶
Constants ¶
View Source
const ( START = iota DOLLAR BRACKET DOLLARBRACKET ANTISLASH ANTISLASHBRACKET )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapLookup ¶
func NewMapLookup ¶
type StringSubstitutor ¶
type StringSubstitutor struct {
// contains filtered or unexported fields
}
func NewStringSubstitutorByLookuper ¶
func NewStringSubstitutorByLookuper(lookup Lookuper) *StringSubstitutor
func NewStringSubstitutorByMap ¶
func NewStringSubstitutorByMap(themap map[string]string) *StringSubstitutor
Click to show internal directories.
Click to hide internal directories.