Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.19 KB

csv

go.dev reference CircleCI Generated via Bootstrap Coverage Status

CSV library forked from encoding/csv without CRLF handling

Contributing

Please read the CONTRIBUTING.md document for guidelines on developing and contributing changes.

High-level Overview

Standard CSV reader from enconding/csv package does modify the data. It converts CRLF to just LF. This package is fork of the package with CRLF handling removed.

Usage is the same as for the original package.