ReanGD/go-web-search

View on GitHub
dict/dict_reader.go

Summary

Maintainability
A
50 mins
Test Coverage

Method dictRead.nextGroup has 8 return statements (exceeds 4 allowed).
Open

func (d *dictRead) nextGroup() (*wordGroup, error) {
    if d.done {
        return nil, errors.New("done")
    }
    t, err := d.tokens.nextToken()
Severity: Major
Found in dict/dict_reader.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status