chartmogul.go
Method Errors.IsInvoiceAndItsEntitiesAlreadyExist
has 5 return statements (exceeds 4 allowed). Open
Open
func (e Errors) IsInvoiceAndItsEntitiesAlreadyExist() (is bool) {
if e == nil {
return
}
if msg := e[ErrKeyExternalID]; msg != ErrValInvoiceExternalIDExists {
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
// Package chartmogul is a simple Go API library for Chartmogul public API.
- Exclude checks