Showing 1 of 12 total issues

Function FromString has 7 return statements (exceeds 4 allowed).
Open

func FromString(s string) (Date, error) {
    if len(s) == 0 {
        return 0, nil
    }
    if len(s) != 10 {
Severity: Major
Found in date.go - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language