package read type Song struct { Title, Artist, Album string Duration int DurationOk bool BasePath, RelativePath string }