move from pkg/errors to go1.13 errors

This commit is contained in:
sentriz
2020-05-01 21:32:56 +01:00
parent d583c2fbd8
commit 31b2b65ea6
11 changed files with 37 additions and 36 deletions

View File

@@ -1,6 +1,8 @@
package lastfm
import "encoding/xml"
import (
"encoding/xml"
)
type LastFM struct {
XMLName xml.Name `xml:"lfm"`