An open API service indexing awesome lists of open source software.

https://github.com/denpeshkov/csv

Package for reading and writing RFC 4180 CSV files.
https://github.com/denpeshkov/csv

csv golang

Last synced: 4 months ago
JSON representation

Package for reading and writing RFC 4180 CSV files.

Awesome Lists containing this project

README

        

An educational implementation of RFC 4180 CSV files reading and writing.

The implementation is inspired by this great talk by Rob Pike: [Lexical Scanning in Go](https://go.dev/talks/2011/lex.slide#1)