Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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) |