ReanGD/go-web-search

View on GitHub
database/compressed.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Compressed.Scan has 5 return statements (exceeds 4 allowed).
Open

func (c *Compressed) Scan(value interface{}) error {
    if value == nil {
        var nilResult []byte
        c.Data = nilResult
        return nil
Severity: Major
Found in database/compressed.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status