vendor/github.com/mattn/go-isatty/isatty_others.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
       
     1 //go:build appengine || js || nacl || wasm
     1 // +build appengine js nacl wasm
     2 // +build appengine js nacl wasm
     2 
     3 
     3 package isatty
     4 package isatty
     4 
     5 
     5 // IsTerminal returns true if the file descriptor is terminal which
     6 // IsTerminal returns true if the file descriptor is terminal which