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

add initial windows support #57

Merged
merged 2 commits into from May 3, 2020

Commits on May 2, 2020

  1. add initial windows support

    Adds support for windows via winscard. This CL leverages the
    winscard api via calling into the dll. For more information
    see https://docs.microsoft.com/en-us/windows/win32/api/winscard/.
    
    Fixes go-piv#56
    
    Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
    tobiaskohlbau committed May 2, 2020
    Configuration menu
    Copy the full SHA
    e7b0a8b View commit details
    Browse the repository at this point in the history
  2. add windows builder

    Add windows builder and move to setup-go@v2 as it
    supports adding GOPATH/bin to PATH without quirks.
    
    Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
    tobiaskohlbau committed May 2, 2020
    Configuration menu
    Copy the full SHA
    aeec760 View commit details
    Browse the repository at this point in the history