package tty // IsTerminal returns true if the file descriptor is a terminal. func IsTerminal(fd uintptr) bool { return false }