gotest.tools/gotestsum@v1.11.0/internal/filewatcher/term_bsd.go (about) 1 //go:build darwin || dragonfly || freebsd || netbsd || openbsd 2 // +build darwin dragonfly freebsd netbsd openbsd 3 4 package filewatcher 5 6 import "golang.org/x/sys/unix" 7 8 const tcGet = unix.TIOCGETA 9 const tcSet = unix.TIOCSETA