hunterlong/statup

View on GitHub
utils/utils_windows.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func Ping(address string, secondsTimeout int) (int64, error) {
    ping, err := exec.LookPath("ping")
    if err != nil {
        return 0, err
    }
Severity: Major
Found in utils/utils_windows.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status