Renamed Id to ID, following GoLang convention
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package domain
|
||||
import "github.com/cloudsonic/sonic-server/utils"
|
||||
|
||||
type ArtistInfo struct {
|
||||
ArtistId string
|
||||
ArtistID string
|
||||
Artist string
|
||||
AlbumCount int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user