Implemented proper index grouping
This commit is contained in:
@@ -3,5 +3,4 @@ package models
|
||||
type Artist struct {
|
||||
Id string
|
||||
Name string
|
||||
Albums map[string]bool
|
||||
}
|
||||
Reference in New Issue
Block a user