diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 23:41:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 23:41:21 -0500 |
| commit | 6b78f1857fe35d39bfef3e5e8a03cbd0e71fa169 (patch) | |
| tree | bfd7ae418aa5968583d0b3c1072a230e2e8e1f0d /argv.Match.go | |
| parent | d1c6c000ccedf21e356ee30411b861b544313e18 (diff) | |
never shoulda been caps
Diffstat (limited to 'argv.Match.go')
| -rw-r--r-- | argv.Match.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.Match.go b/argv.Match.go index f8057c9..2039499 100644 --- a/argv.Match.go +++ b/argv.Match.go @@ -4,7 +4,7 @@ import "strings" func (pb *Argv) IsMatch(match string) bool { parts := strings.Split(match, ".") - pb.Debugf("IsMatch() parts (%v)", parts) + pb.debugf("IsMatch() parts (%v)", parts) for _, part := range parts { var found bool for _, v := range pb.Real { |
