Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atotto/encoding
extended encoding package for golang
https://github.com/atotto/encoding
Last synced: 24 days ago
JSON representation
extended encoding package for golang
- Host: GitHub
- URL: https://github.com/atotto/encoding
- Owner: atotto
- License: mit
- Created: 2013-11-24T06:08:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T13:21:03.000Z (over 3 years ago)
- Last Synced: 2024-06-19T04:12:59.375Z (5 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/atotto/encoding.png)](https://travis-ci.org/atotto/encoding) [![Go Reference](https://pkg.go.dev/badge/github.com/atotto/encoding.svg)](https://pkg.go.dev/github.com/atotto/encoding)
# encoding package
| package | description |
| --- | --- |
| [csv](https://pkg.go.dev/github.com/atotto/encoding/csv) | Package csv reads and writes comma-separated values (CSV) files.
[example](https://pkg.go.dev/github.com/atotto/encoding/csv#example-Reader) |