I want to install json2csv using go get github.com/jehiah/json2csv but I receive this error:
go get github.com/jehiah/json2csv
package github.com/jehiah/json2csv: cannot download
Run 'go env' and see where your GOPATH is currently pointing towards. If you change to that directory, your 'go get..etc' command should work.