errors
This commit is contained in:
parent
09f73cff09
commit
0c22c8fe62
@ -4,8 +4,7 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// APIError represents a Twitter API Error response
|
||||
// https://dev.twitter.com/overview/api/response-codes
|
||||
// APIError represents a Discogs API Error response
|
||||
type APIError struct {
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/irlndts/go-discogs"
|
||||
// "io/ioutil"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user