How to download and setup go-json
Open terminal and run command
git clone https://github.com/goccy/go-json.git
git clone is used to create a copy or clone of go-json repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with go-json https://github.com/goccy/go-json/archive/master.zip
Or simply clone go-json with SSH
[email protected]:goccy/go-json.git