nlpodyssey/gotokenizers

View on GitHub
splitpattern/string.go

Summary

Maintainability
A
0 mins
Test Coverage

FIXME found
Open

            // FIXME: is len of runes (and not bytes) correct?
Severity: Minor
Found in splitpattern/string.go by fixme

exported type StringSplitPattern should have comment or be unexported
Open

type StringSplitPattern struct {
Severity: Minor
Found in splitpattern/string.go by golint

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

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

exported function FromString should have comment or be unexported
Open

func FromString(s string) *StringSplitPattern {
Severity: Minor
Found in splitpattern/string.go by golint

There are no issues that match your filters.

Category
Status