johnsonjh/gpushover

View on GitHub
gpushover.go

Summary

Maintainability
A
35 mins
Test Coverage

Method P.Notify has 5 return statements (exceeds 4 allowed).
Open

func (p P) Notify(n Notification) (*Response, error) {
    client := p.Client
    if client == nil {
        client = http.DefaultClient
    }
Severity: Major
Found in gpushover.go - About 35 mins to fix

    2: cannot find package "github.com/json-iterator/go" in any of:
    Open

        json "github.com/json-iterator/go"
    Severity: Minor
    Found in gpushover.go by govet

    There are no issues that match your filters.

    Category
    Status