by fuzxxl:
The package encoding/csv recognizes quoted fields. Sadly, it's not possible to change
the quote character to something different, as required for some use cases [1].
I request that encoding/csv be expanded to allow users to select a custom quote
character.
[1]: http://stackoverflow.com/questions/25062281/golang-enclosure-rule-for-csv-parsing