Spawn process and send data to STDIN when data avilable
I want to spawn a process (golang binary), capture its STDOUT and have a reference to STDIN which i can send to at any time. In my case i am getting data in via Websockets and want to pass them to ...
Drazen posted