1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00
Etienne Bruines db086a864e Made versions of CSV-readers w/ io.ReadSeeker
Each method now ontains a -FromReader counterpart
such that it'll allow use of those helper-methods
even when someone does not have his data in a physical
file. The original methods make use of those -FromReader
methods.

The reader is being reset (Seek(0, 0)) before every method-
specific read, to ensure it's reading from the start of the
reader.

Test cases are not yet touched, and I'm not sure they should.
2017-09-29 09:48:33 +02:00
..
2016-06-14 00:56:47 +01:00
2016-06-14 00:56:47 +01:00
2014-08-03 15:16:38 +01:00
2014-08-22 13:39:29 +00:00
2016-06-14 00:56:47 +01:00
2016-06-14 00:56:47 +01:00
2014-08-25 08:11:36 +00:00
2016-09-29 11:33:36 +01:00
2015-01-27 13:24:40 +00:00
2016-06-14 00:56:47 +01:00
2014-08-03 15:16:38 +01:00
2017-02-14 15:08:12 +08:00