We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://pkg.go.dev/os/exec@go1.21.1#Cmd.StdoutPipe
Mozilla/5.0 (Android 12; Mobile; rv:109.0) Gecko/114.0 Firefox/114.0
Run the given example of exec.StdoutPipe
https://play.golang.org/p/ek7-_Xa_bN3
Output:
"Bob is 32 years old\n"
Deadloock.
The text was updated successfully, but these errors were encountered:
unfortunately the playground is limited in what it can run.
Sorry, something went wrong.
No branches or pull requests
What is the URL of the page with the issue?
https://pkg.go.dev/os/exec@go1.21.1#Cmd.StdoutPipe
What is your user agent?
Mozilla/5.0 (Android 12; Mobile; rv:109.0) Gecko/114.0 Firefox/114.0
Screenshot
What did you do?
Run the given example of exec.StdoutPipe
https://play.golang.org/p/ek7-_Xa_bN3
What did you expect to see?
Output:
"Bob is 32 years old\n"
What did you see instead?
Deadloock.
The text was updated successfully, but these errors were encountered: