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
Doing a go build on stdin.go in the examples folder and then a ./stdin causes the program to hang on MAC El Capitan 10.11.6.
The text was updated successfully, but these errors were encountered:
It hangs because it's waiting for stdin data. Try something like this:
$ cat /bin/ls | go run _examples/stdin.go
Sorry, something went wrong.
That worked, I figured it was waiting for keyboard stdin.
No branches or pull requests
Doing a go build on stdin.go in the examples folder and then a ./stdin causes the program to hang on MAC El Capitan 10.11.6.
The text was updated successfully, but these errors were encountered: