1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-08-02 11:30:28 +00:00

vendor: switch to go modules and update deps

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-11-12 09:28:03 -05:00
parent 8b6de6073c
commit 7ce6c9c696
47 changed files with 39 additions and 5586 deletions

View file

@ -1,10 +0,0 @@
// +build !windows
// +build !appengine
package isatty
// IsCygwinTerminal return true if the file descriptor is a cygwin or msys2
// terminal. This is also always false on this environment.
func IsCygwinTerminal(fd uintptr) bool {
return false
}