nlpodyssey/gotokenizers

View on GitHub
strutils/strutils.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method BytesToRuneOffsetConverter.Convert should have comment or be unexported
Open

func (b *BytesToRuneOffsetConverter) Convert(offsets ByteOffsets) RuneOffsets {
Severity: Minor
Found in strutils/strutils.go by golint

exported type BytesToRuneOffsetConverter should have comment or be unexported
Open

type BytesToRuneOffsetConverter struct {
Severity: Minor
Found in strutils/strutils.go by golint

exported function NewBytesToRuneOffsetConverter should have comment or be unexported
Open

func NewBytesToRuneOffsetConverter(sequence string) *BytesToRuneOffsetConverter {
Severity: Minor
Found in strutils/strutils.go by golint

There are no issues that match your filters.

Category
Status