File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11gojsonq
22===============
33[ ![ Build Status] ( https://travis-ci.org/thedevsaddam/gojsonq.svg?branch=master )] ( https://travis-ci.org/thedevsaddam/gojsonq )
4- [ ![ Project status] ( https://img.shields.io/badge/version-v1.9 -green.svg )] ( https://github.com/thedevsaddam/gojsonq/releases )
4+ [ ![ Project status] ( https://img.shields.io/badge/version-v2.0 -green.svg )] ( https://github.com/thedevsaddam/gojsonq/releases )
55[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/thedevsaddam/gojsonq )] ( https://goreportcard.com/report/github.com/thedevsaddam/gojsonq )
66[ ![ Coverage Status] ( https://coveralls.io/repos/github/thedevsaddam/gojsonq/badge.svg?branch=master )] ( https://coveralls.io/github/thedevsaddam/gojsonq?branch=master )
77[ ![ GoDoc] ( https://godoc.org/github.com/thedevsaddam/gojsonq?status.svg )] ( https://godoc.org/github.com/thedevsaddam/gojsonq )
@@ -15,7 +15,7 @@ Install the package using
1515``` go
1616$ go get github.com /thedevsaddam/gojsonq
1717// or
18- $ go get gopkg.in /thedevsaddam/gojsonq.v1
18+ $ go get gopkg.in /thedevsaddam/gojsonq.v2
1919```
2020
2121### Usage
@@ -24,7 +24,7 @@ To use the package import it in your `*.go` code
2424``` go
2525import " github.com/thedevsaddam/gojsonq"
2626// or
27- import " gopkg.in/thedevsaddam/gojsonq.v1 "
27+ import " gopkg.in/thedevsaddam/gojsonq.v2 "
2828```
2929
3030Let's see a quick example:
You can’t perform that action at this time.
0 commit comments