import "go.chromium.org/luci/common/system/terminal"
Package terminal is just a way to forward
"golang.org/x/crypto/ssh/terminal".IsTerminal(fd int)
In a way that will work on appengine (specifically; it doesn't break appengine's compilation).
var IsTerminal = terminal.IsTerminal
IsTerminal is just forwarded to "golang.org/x/crypto/ssh/terminal".IsTerminal
Package terminal imports 1 packages (graph) and is imported by 10 packages. Updated 2021-01-20. Refresh now. Tools for package owners.