vendor/github.com/mattn/go-isatty/isatty_others.go
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 260 445e01aede7e
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 // +build appengine js nacl
     1 // +build appengine js nacl wasm
     2 
     2 
     3 package isatty
     3 package isatty
     4 
     4 
     5 // IsTerminal returns true if the file descriptor is terminal which
     5 // IsTerminal returns true if the file descriptor is terminal which
     6 // is always false on js and appengine classic which is a sandboxed PaaS.
     6 // is always false on js and appengine classic which is a sandboxed PaaS.