Skip to content

Commit 86228b4

Browse files
authored
Update README.md
1 parent 21d11e8 commit 86228b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ csvutil [![PkgGoDev](https://pkg.go.dev/badge/github.com/jszwec/[email protected]?t
55
<img style="float: right;" src="https://user-images.githubusercontent.com/3941256/33054906-52b4bc08-ce4a-11e7-9651-b70c5a47c921.png"/ width=200>
66
</p>
77

8-
Package csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
8+
Package csvutil provides fast, idiomatic, and dependency free mapping between CSV and Go (golang) values.
99

10-
This package does not provide a CSV parser itself, it is based on the [Reader](https://godoc.org/github.com/jszwec/csvutil#Reader) and [Writer](https://godoc.org/github.com/jszwec/csvutil#Writer)
10+
This package is not a CSV parser, it is based on the [Reader](https://godoc.org/github.com/jszwec/csvutil#Reader) and [Writer](https://godoc.org/github.com/jszwec/csvutil#Writer)
1111
interfaces which are implemented by eg. std Go (golang) [csv package](https://golang.org/pkg/encoding/csv). This gives a possibility
1212
of choosing any other CSV writer or reader which may be more performant.
1313

0 commit comments

Comments
 (0)