Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorKeyNotFound ¶
type ErrorKeyNotFound struct{ Msg string }
ErrorKeyNotFound
func (ErrorKeyNotFound) Error ¶
func (e ErrorKeyNotFound) Error() string
type ErrorUndefinedTag ¶ added in v1.1.0
type ErrorUndefinedTag struct{ Msg string }
ErrorUndefinedTag
func (ErrorUndefinedTag) Error ¶ added in v1.1.0
func (e ErrorUndefinedTag) Error() string
type ErrorUnsupportedReplaceType ¶ added in v1.1.0
type ErrorUnsupportedReplaceType struct{ Msg string }
ErrorUnsupportedReplaceType
func (ErrorUnsupportedReplaceType) Error ¶ added in v1.1.0
func (e ErrorUnsupportedReplaceType) Error() string
type Replacer ¶
type Replacer struct { MChar rune // contains filtered or unexported fields }
func NewReplacer ¶
func NewReplacer() *Replacer
Click to show internal directories.
Click to hide internal directories.