bluebrown/kobold

regex match is not working as expected

bluebrown opened this issue · 0 comments

There is a bug in regex matching. The ^ and $ are added to the wrong tag variable

ok, err := regexp.Match(opts.Tag, []byte(fmt.Sprintf("^%s$", tag)))