Пример #1
0
func wrapUpArtist(artist *model.Artist, category *model.Category) {
	category.Artists = append(category.Artists, artist)
}