How to perform process stdin substitution using exec package in golang
I am trying to perform gpg command call in golang using the exec package to create the command.
I am trying to perform gpg command call in golang using the exec package to create the command.