kodflow/kitsune

View on GitHub
src/cmd/kitsune/install/asset.go

Summary

Maintainability
A
35 mins
Test Coverage

Method asset.Download has 5 return statements (exceeds 4 allowed).
Open

func (a *asset) Download(destination string) error {

    if err := fs.CreateDirectory(destination); err != nil {
        return err
    }
Severity: Major
Found in src/cmd/kitsune/install/asset.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status