Closed github-actions[bot] closed 2 years ago
https://github.com/nilsbu/lastfm/blob/eb5b15e5bae0ba649a0e9942cff9e58bbbe239ab/pkg/charts/title.go#L91
type stringTitle string // StringTitle is a Title which is non-empty only for String(). // TODO remove StringTitle func StringTitle(s string) Title { return stringTitle(s) }
Closed in b1873ec7362b84ced9b995c4d07d0891a3b79aed
https://github.com/nilsbu/lastfm/blob/eb5b15e5bae0ba649a0e9942cff9e58bbbe239ab/pkg/charts/title.go#L91