gojay

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

commit dd8a9cfd9a358e83124acb67c042cbce3e59a9a6
parent d44f089feaf3a3a2e973a635f8b42381e950db5e
Author: francoispqt <francois@parquet.ninja>
Date:   Wed, 25 Apr 2018 23:07:45 +0800

update .travis.yml add test dependencies install

Diffstat:
M.travis.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -5,6 +5,7 @@ go: - master script: + - go get github.com/stretchr/testify - go test -race -coverprofile=coverage.txt -covermode=atomic after_success: