mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-08 16:22:46 +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.
|
// match requires pattern to match all of name, not just a substring.
|
||||||
// The only possible returned error is ErrBadPattern, when pattern
|
// The only possible returned error is ErrBadPattern, when pattern
|
||||||
// is malformed.
|
// is malformed.
|
||||||
//
|
|
||||||
func match(pattern, name string) (matched bool, err error) {
|
func match(pattern, name string) (matched bool, err error) {
|
||||||
Pattern:
|
Pattern:
|
||||||
for len(pattern) > 0 {
|
for len(pattern) > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user