Renamed Id to ID, following GoLang convention
This commit is contained in:
@@ -30,7 +30,7 @@ func (m *MockArtist) SetData(j string, size int) {
|
||||
fmt.Println("ERROR: ", err)
|
||||
}
|
||||
for _, a := range l {
|
||||
m.data[a.Id] = &a
|
||||
m.data[a.ID] = &a
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user