github.com/jingweno/gh@v2.1.1-0.20221007190738-04a7985fa9a1+incompatible/github/util_windows.go (about) 1 // +build windows 2 3 package github 4 5 func isTerminal(fd uintptr) bool { 6 return true 7 }