Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate IsConsole in favor of "golang.org/x/.." implementations #10

Merged
merged 1 commit into from May 7, 2020

Commits on May 7, 2020

  1. Deprecate IsConsole in favor of "golang.org/x/.." implementations

    This removes the github.com/Azure/go-ansiterm/winterm dependency
    from the windowsconsole package, and replaces it with
    `golang.org/x/sys/windows`.
    
    Marking this function as deprecated, given that this functionality
    is already provided by the "standard" `golang.org/x/..` packages.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed May 7, 2020
    Configuration menu
    Copy the full SHA
    57a2131 View commit details
    Browse the repository at this point in the history