go-ltsv
=======

[![Build Status](https://travis-ci.org/Songmu/go-ltsv.png?branch=master)][travis]
[![Coverage Status](https://coveralls.io/repos/Songmu/go-ltsv/badge.png?branch=master)][coveralls]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[![GoDoc](https://godoc.org/github.com/Songmu/go-ltsv?status.svg)][godoc]

[travis]: https://travis-ci.org/Songmu/go-ltsv
[coveralls]: https://coveralls.io/r/Songmu/go-ltsv?branch=master
[license]: https://github.com/Songmu/go-ltsv/blob/master/LICENSE
[godoc]: https://godoc.org/github.com/Songmu/go-ltsv

## Description

LTSV parser and encoder for Go with reflection

## Installation

    % go get github.com/Songmu/go-ltsv

## Author

[Songmu](https://github.com/Songmu)