Source File
isatty_unix.go
Belonging Package
src.elv.sh/pkg/sys
// +build !windows,!plan9package sysimport ()// IsATTY returns true if the given file is a terminal.func ( *os.File) bool {, := TermiosForFd(int(.Fd()))return == nil}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)