johnsonjh/gfpsgo

View on GitHub
internal/host/host.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func BootTime() (int64, error) {
    if bootTime != nil {
        return *bootTime, nil
    }

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

    There are no issues that match your filters.

    Category
    Status