11/6/2021
•
EN
The "go test" command, os.Stdin and testing interactive input
Explains why Go's 'go test' command doesn't wait for interactive stdin input and provides a solution using io.Pipe for testing.