This commit is contained in:
CaledoniaProject 2024-06-04 20:49:07 +09:00 committed by GitHub
commit b5175b75d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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.