piquette / finance-go

:bar_chart: Financial markets data library implemented in go.
https://piquette.io/projects/finance-go
MIT License
712 stars 101 forks source link

added csv tags to structs #17

Closed pkaeding closed 3 years ago

pkaeding commented 3 years ago

This enables easy marshaling of data to CSV using https://github.com/jszwec/csvutil, though it does not add any dependency on that package. For people who don't care about CSV output, this should have no effect.