[ bianca ]
[ 源代码: golang-github-jszwec-csvutil ]
软件包:golang-github-jszwec-csvutil-dev(1.7.1-2)
golang-github-jszwec-csvutil-dev 的相关链接
下载源码包 golang-github-jszwec-csvutil:
- [golang-github-jszwec-csvutil_1.7.1-2.debian.tar.xz]
- [golang-github-jszwec-csvutil_1.7.1-2.dsc]
- [golang-github-jszwec-csvutil_1.7.1.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
fast and idiomatic mapping between CSV and Go values (library)
This package provides provides fast, idiomatic, and dependency-free mapping between CSV and Go values. It is not a CSV parser, it is based on the Reader and Writer interfaces which are implemented by e.g the standard Go csv package. It is possible to choose any other CSV writer or reader which may be more performant.