twitchsingstools/web/data.csv
Martyn Ranyard 37aabb3dfc
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Fix two bugs. Column misname and case insensitivity
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2020-07-16 22:00:49 +02:00

4 lines
204 B
CSV
Executable file

Published,What,Who,Last sang this song,Last dueted with performer
{{ range .SongData -}}
{{- .NiceDate }},"{{ .SongTitle }}",{{ .OtherSinger }},{{ .NiceLastSungSong }},{{ .NiceLastSungSinger }}
{{ end }}