gotest.tools/gotestsum@v1.11.0/internal/filewatcher/term_aix.go (about)

     1  //go:build aix
     2  // +build aix
     3  
     4  package filewatcher
     5  
     6  import "golang.org/x/sys/unix"
     7  
     8  const tcGet = unix.TCGETA
     9  const tcSet = unix.TCSETA