go-sprout/sprout

View on GitHub
internal/helpers/helpers.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func StrSlice(value any) []string {
    if value == nil {
        return []string{}
    }

Severity: Major
Found in internal/helpers/helpers.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status