Skip to content

Commit

Permalink
enhance: data/table: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jun 2, 2021
1 parent 8e5f7ff commit 10933c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/table/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func ReadFileSimple(path string, sep string, hasHeader, trimSpace bool) (Table,
*/

// ReadFiles reads in a list of delimited files and returns a merged `Table` struct.
// An
// An error is returned if the columns count differs between files.
func ReadFiles(filenames []string, comma rune, hasHeader, stripBom bool) (Table, error) {
tbl := NewTable()
for i, filename := range filenames {
Expand Down

0 comments on commit 10933c8

Please sign in to comment.