Browse Source

use godoc badge

master
Brett Langdon 10 years ago
parent
commit
17eadadcc2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -1,11 +1,11 @@
jsonstream
==========
[![GoDoc](https://godoc.org/github.com/brettlangdon/jsonstream?status.svg)](https://godoc.org/github.com/brettlangdon/jsonstream)
`jsonstream` is a utility for interacting with a newline delimited JSON stream (e.g. log files which log as JSON).
The goal of `jsonstream` is to help convert a stream of JSON data into a format more friendly to typical UNIX tools.
[Documentation](https://godoc.org/github.com/brettlangdon/jsonstream)
## Quick start
To install `jsonstream` run `go get github.com/brettlangdon/jsonstream/cmd/...`


Loading…
Cancel
Save