# Functions
AbsInt return abs(int).
No description provided by the author
LoadTagReplaceEnv replace `{env}` to env
"spring.{env}" -> "spring.sit".
LoadTagsAppendEnv append env to tags slice
[]string{"spring"} -> []string{"spring.sit"}.
LoadTagsMapAppendEnv append env to tags map
map[string]interface{}{"spring": "xxx"} -> map[string]interface{}{"spring.sit": "xxx"}.
LoadTagsReplaceEnv replace `{env}` to env
[]string{"spring.{env}"} -> []string{"spring.sit"}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TemplateWithMap replace `${var}` in template string.
TemplateWithMapAndRegexp replace `${var}` in template string.
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
FluentMsg is the structure of fluent message.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author