move from pkg/errors to go1.13 errors
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package lastfm
|
||||
|
||||
import "encoding/xml"
|
||||
import (
|
||||
"encoding/xml"
|
||||
)
|
||||
|
||||
type LastFM struct {
|
||||
XMLName xml.Name `xml:"lfm"`
|
||||
|
||||
Reference in New Issue
Block a user