Implemented proper index grouping

This commit is contained in:
Deluan
2016-03-01 17:50:05 -05:00
parent 9d6eb40f6f
commit c64a0f8242
4 changed files with 81 additions and 12 deletions
-1
View File
@@ -3,5 +3,4 @@ package models
type Artist struct {
Id string
Name string
Albums map[string]bool
}