awesome-patterns/behavioral/interpreter/Album.go
2020-05-11 21:17:16 +08:00

13 lines
176 B
Go

/**
* @author : Jagepard <jagepard@yandex.ru>
* @license https://mit-license.org/ MIT
*/
package main
// Album is ...
type Album struct {
name string
author string
}