gojay

high performance JSON encoder/decoder with stream API for Golang
git clone git://git.lair.cx/gojay
Log | Files | Refs | README | LICENSE

commit f324ba095c277e728ad680061a19cf9ff080bced
parent 0329bd66c38182f4fe026f2f3d4924ace6936cd1
Author: francoispqt <francois@parquet.ninja>
Date:   Mon, 25 Jun 2018 00:11:43 +0800

update documentation for code gen

Diffstat:
Mgojay/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gojay/README.md b/gojay/README.md @@ -12,7 +12,7 @@ go install github.com/francoispqt/gojay/gojay ### Basic command -The basic command is strait forward and easy to use: +The basic command is straightforward and easy to use: ```sh gojay github.com/some/package TypeA,TypeB,TypeC output.go ```