ReanGD/go-web-search

View on GitHub
dict/convert.go

Summary

Maintainability
A
35 mins
Test Coverage

Function Convert has 5 return statements (exceeds 4 allowed).
Open

func Convert(path string) error {
    file, err := os.Open(path)
    if err != nil {
        return err
    }
Severity: Major
Found in dict/convert.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status