mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
Fmt with 1.19 (#394)
This commit is contained in:
@@ -30,7 +30,6 @@ var ErrBadPattern = errors.New("syntax error in pattern")
|
||||
// match requires pattern to match all of name, not just a substring.
|
||||
// The only possible returned error is ErrBadPattern, when pattern
|
||||
// is malformed.
|
||||
//
|
||||
func match(pattern, name string) (matched bool, err error) {
|
||||
Pattern:
|
||||
for len(pattern) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user