You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate the dependencies for the IsTerminal() API (#156)
* Consolidate the dependencies for the IsTerminal() API
The code was already using golang.org/x/term for the IsTerminal() API.
It seems better to stick to packages from the golang.org domain, because
they are likely to be more widely used than github.com/mattn/go-isatty,
and one less dependency is always a good thing.
This can reduce the number of dependencies for consumers of
github.com/briandowns/spinner, who may already have golang.org/x/term in
their dependency chain.
0 commit comments