github.com/git-lfs/git-lfs@v2.5.2+incompatible/tools/cygwin.go (about)

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