github.com/stffabi/git-lfs@v2.3.5-0.20180214015214-8eeaa8d88902+incompatible/tools/cygwin.go (about)

     1  // +build !windows
     2  
     3  package tools
     4  
     5  func isCygwin() bool {
     6  	return false
     7  }