the requirement for go seems like an overkill for this, or this project should provide a binary or we can use a shell script
curl -s https://gist.githubusercontent.com/dcharbonnier/2643600fad1981ac3051a8ef92336d55/raw/0534ef105c5940a33a3703d6a6d8341a1329cd64/ipfs-swarm-key-gen.sh | sh
The shell script is limited to Linux with an OpenSSH installed but it's more common than a go interpreter.
the requirement for go seems like an overkill for this, or this project should provide a binary or we can use a shell script
curl -s https://gist.githubusercontent.com/dcharbonnier/2643600fad1981ac3051a8ef92336d55/raw/0534ef105c5940a33a3703d6a6d8341a1329cd64/ipfs-swarm-key-gen.sh | sh
The shell script is limited to Linux with an OpenSSH installed but it's more common than a go interpreter.