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

https://github.com/artyom/csvstruct

Go package to scan CSV lines to a struct type
https://github.com/artyom/csvstruct

csv structured-data

Last synced: about 1 year ago
JSON representation

Go package to scan CSV lines to a struct type

Awesome Lists containing this project

README

          

# csvstruct

Package csvstruct allows scanning of string slice obtained from a
[csv.Reader.Read](https://golang.org/pkg/encoding/csv/#Reader.Read) call into a
struct type.

See documentation: