We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c3487a8
Turns out syscall.stdin changes type from int to syscall.Handle when compiled with GOOS=windows
syscall.stdin
int
syscall.Handle
GOOS=windows