awesome-patterns/behavioral/interpreter/Album.go

13 lines
176 B
Go
Raw Normal View History

2020-05-11 16:17:16 +03:00
/**
* @author : Jagepard <jagepard@yandex.ru>
* @license https://mit-license.org/ MIT
*/
package main
// Album is ...
type Album struct {
name string
author string
}