Skip to content

Interface enhancement

Compare
Choose a tag to compare
@maxim2266 maxim2266 released this 02 May 17:58
· 13 commits to master since this release
  • csvplus.File renamed to csvplus.Reader;
  • Added constructors to create csvplus.Reader from io.Reader and io.ReadCloser;
  • Name field removed from DataSourceError, as the input is no longer guaranteed to have a name;
  • Minor changes to comments;
  • Line numbering now starts from 1 instead of 0.