From bb57ad3aa6d2ab56768f2fb53289b538259c7ce7 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 22 Dec 2021 22:39:24 +0100 Subject: [PATCH] update docs --- assetutil/helper.go | 1 + 1 file changed, 1 insertion(+) diff --git a/assetutil/helper.go b/assetutil/helper.go index ff53855f..037d4e39 100644 --- a/assetutil/helper.go +++ b/assetutil/helper.go @@ -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 {