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