nlpodyssey/gotokenizers

View on GitHub
splitpattern/func.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type FuncSplitPattern should have comment or be unexported
Open

type FuncSplitPattern struct {
Severity: Minor
Found in splitpattern/func.go by golint

exported function FromFunc should have comment or be unexported
Open

func FromFunc(f func(rune) bool) *FuncSplitPattern {
Severity: Minor
Found in splitpattern/func.go by golint

exported method FuncSplitPattern.FindMatches should have comment or be unexported
Open

func (sp *FuncSplitPattern) FindMatches(s string) ([]Capture, error) {
Severity: Minor
Found in splitpattern/func.go by golint

There are no issues that match your filters.

Category
Status