Should this module be deprecated in favour of golang.org/x/term?
It seems that https://pkg.go.dev/golang.org/x/term#IsTerminal is functionally equivalent to this module but is maintained by the Go team (?)
Is there any reason why this module should be preferred to `golang.org/x/term`?
1 条评论