gojay

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

commit f2f6b32d2e93e78fd84f913a677d0d429ba217d3
parent 0d1fd19d3c5a6c41597776e9fca81ec80d151101
Author: francoispqt <francois@parquet.ninja>
Date:   Tue, 11 Jun 2019 14:33:16 +0800

update travis ci file

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

diff --git a/.travis.yml b/.travis.yml @@ -3,7 +3,7 @@ language: go go: - "1.10.x" - "1.11.x" - - master + - "1.12.x" script: - go get github.com/golang/dep/cmd/dep github.com/stretchr/testify