Closed dbubel-rm closed 7 years ago
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.
It hangs because it's waiting for stdin data. Try something like this:
$ cat /bin/ls | go run _examples/stdin.go
That worked, I figured it was waiting for keyboard stdin.
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.