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