splitpattern/invertedpattern.go
exported method InvertedPattern.FindMatches should have comment or be unexported Open
Open
func (ip *InvertedPattern) FindMatches(s string) ([]Capture, error) {
- Exclude checks
exported type InvertedPattern should have comment or be unexported Open
Open
type InvertedPattern struct {
- Exclude checks
exported function Invert should have comment or be unexported Open
Open
func Invert(sp SplitPattern) *InvertedPattern {
- Exclude checks