github.com/pengwynn/gh@v1.0.1-0.20140118055701-14327ca3942e/github/util_windows.go (about)

     1  // +build windows
     2  
     3  package github
     4  
     5  func isTerminal(fd uintptr) bool {
     6  	return true
     7  }