How to download and setup go-yaml
Open terminal and run command
git clone https://github.com/goccy/go-yaml.git
git clone is used to create a copy or clone of go-yaml 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-yaml https://github.com/goccy/go-yaml/archive/master.zip
Or simply clone go-yaml with SSH
[email protected]:goccy/go-yaml.git