I am searching for a cross-platform way to access the controlling terminal in Go:
On unix I can open /dev/tty:
/dev/tty
tty, err := os.OpenFile(&qu