Showing 1 of 3 total issues
Method P.Notify
has 5 return statements (exceeds 4 allowed). Open
Open
func (p P) Notify(n Notification) (*Response, error) { client := p.Client if client == nil { client = http.DefaultClient }