quintodrome/models/artist.go

6 lines
No EOL
62 B
Go

package models
type Artist struct {
Id string
Name string
}