grokify/mogo

View on GitHub
time/timeutil/day.go

Summary

Maintainability
A
40 mins
Test Coverage

Function Dd6ToTime has 6 return statements (exceeds 4 allowed).
Open

func Dd6ToTime(dd6 string, reverse bool) (time.Time, error) {
    dd6 = strings.ToLower(strings.TrimSpace(dd6))
    yyyy := ""
    mm36 := ""
    dd36 := ""
Severity: Major
Found in time/timeutil/day.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status