[go-nuts] Re: First time contribution, unsure whether I need to open an issue or direct CL

2022-04-03 Thread Ramil M
I am sorry, I may have not made myself clear earlier. This code is valid and actually works fine for me. I was just thinking that this particular example is very specific, where you manipulate with bash, so that it forwards stdout to stderr in it's second command(echo 1>&2 stderr). So in this c

[go-nuts] First time contribution, unsure whether I need to open an issue or direct CL

2022-04-03 Thread Ramil M
Hi everyone, I want to make some example improvement suggestion in os/exec package. However I am not sure if I need to submit code change through Gerrit or post a new issue on GitHub first? Could you please advise? CombinedOutput Example