mirror of https://github.com/tidwall/gjson.git
Compare commits
2 Commits
b5175b75d5
...
65f895a493
Author | SHA1 | Date |
---|---|---|
CaledoniaProject | 65f895a493 | |
CaledoniaProject | 26146ea265 |
|
@ -28,7 +28,7 @@ Getting Started
|
||||||
To start using GJSON, install Go and run `go get`:
|
To start using GJSON, install Go and run `go get`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get -u github.com/tidwall/gjson
|
go get -u github.com/tidwall/gjson
|
||||||
```
|
```
|
||||||
|
|
||||||
This will retrieve the library.
|
This will retrieve the library.
|
||||||
|
|
Loading…
Reference in New Issue