Renamed persistence packages

This commit is contained in:
Deluan
2020-01-10 19:41:35 -05:00
committed by Deluan Quintão
parent a1d837cb9b
commit 11f4505925
34 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ type ArtistInfo struct {
}
type ArtistIndex struct {
Id string
ID string
Artists ArtistInfos
}