File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
gojsonq
2
2
===============
3
3
[ ![ 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 )
5
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/thedevsaddam/gojsonq )] ( https://goreportcard.com/report/github.com/thedevsaddam/gojsonq )
6
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/thedevsaddam/gojsonq/badge.svg?branch=master )] ( https://coveralls.io/github/thedevsaddam/gojsonq?branch=master )
7
7
[ ![ 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
15
15
``` go
16
16
$ go get github.com /thedevsaddam/gojsonq
17
17
// or
18
- $ go get gopkg.in /thedevsaddam/gojsonq.v1
18
+ $ go get gopkg.in /thedevsaddam/gojsonq.v2
19
19
```
20
20
21
21
### Usage
@@ -24,7 +24,7 @@ To use the package import it in your `*.go` code
24
24
``` go
25
25
import " github.com/thedevsaddam/gojsonq"
26
26
// or
27
- import " gopkg.in/thedevsaddam/gojsonq.v1 "
27
+ import " gopkg.in/thedevsaddam/gojsonq.v2 "
28
28
```
29
29
30
30
Let's see a quick example:
You can’t perform that action at this time.
0 commit comments