updated formatting
This commit is contained in:
parent
0d14d22cf6
commit
1c9375d797
@ -48,7 +48,8 @@ type ExpandMap map[string]string
|
|||||||
// Retrieve a set of matching variables, by iterating variables.
|
// Retrieve a set of matching variables, by iterating variables.
|
||||||
// Whenever a key matches the wildcard, the prefix is removed.
|
// Whenever a key matches the wildcard, the prefix is removed.
|
||||||
// Example:
|
// Example:
|
||||||
// pattern = "AS*", key = "AS2342", value = "2342"
|
//
|
||||||
|
// pattern = "AS*", key = "AS2342", value = "2342"
|
||||||
func (e ExpandMap) matchWildcard(pattern string) []string {
|
func (e ExpandMap) matchWildcard(pattern string) []string {
|
||||||
matches := []string{}
|
matches := []string{}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user