updated formatting

This commit is contained in:
Annika Hannig 2024-01-11 15:03:05 +01:00
parent 0d14d22cf6
commit 1c9375d797

View File

@ -48,6 +48,7 @@ type ExpandMap map[string]string
// Retrieve a set of matching variables, by iterating variables.
// Whenever a key matches the wildcard, the prefix is removed.
// Example:
//
// pattern = "AS*", key = "AS2342", value = "2342"
func (e ExpandMap) matchWildcard(pattern string) []string {
matches := []string{}