Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Dec 22, 2021
1 parent 0f1e2eb commit bb57ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assetutil/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func MustLoadRegexpMap(path string) RegexpMap {
return remap
}

// MustLoadStringSet load one or more paths containing lines into a string set.
func MustLoadStringSet(paths ...string) *container.StringSet {
s := container.NewStringSet()
for _, path := range paths {
Expand Down

0 comments on commit bb57ad3

Please sign in to comment.