Renamed Id to ID, following GoLang convention
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package domain
|
||||
|
||||
type Artist struct {
|
||||
Id string
|
||||
ID string
|
||||
Name string
|
||||
AlbumCount int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user