viney-shih/go-cache

View on GitHub
marshaler.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func Unmarshal(b []byte, value interface{}) error {
    if len(b) == 0 {
        return nil
    }

Severity: Major
Found in marshaler.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status