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
This one worked
Setting up Go development environment on Ubuntu, and how to fix $GOPATH / $GOROOT
Steps
mkdir ~/go
Set $GOPATH in .bashrc,
export GOPATH=~/go export PATH=$PATH:$GOPATH/bin