Uppercase acronyms (ISRC / JSPF)

This commit is contained in:
Philipp Wolfer 2023-11-23 08:26:45 +01:00
parent 409acccebe
commit 36cc41d05d
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
14 changed files with 28 additions and 28 deletions

View file

@ -88,8 +88,8 @@ func TestUnmarshalListenBrainzPlaylist(t *testing.T) {
assert.Equal("outsidecontext", extension["added_by"])
}
func readSampleJson(path string) (jspf.Jspf, error) {
var result jspf.Jspf
func readSampleJson(path string) (jspf.JSPF, error) {
var result jspf.JSPF
jsonFile, err := os.Open(path)
if err != nil {
return result, err