package
0.2.4
Repository: https://github.com/miku/span.git
Documentation: pkg.go.dev

# Functions

MustLoadRegexpMap loads the content of a given asset path into a RegexpMap.
MustLoadStringMap loads a JSON file from an asset path and parses it into a container.StringMap.
MustLoadStringSet load one or more paths containing lines into a string set.
MustLoadStringSliceMap loads a JSON file from an asset path and parses it into a container.StringSliceMap.

# Structs

RegexpMap holds a list of entries, which contain pattern string pairs.
RegexpMapEntry maps a regex pattern to a string value.