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

Allow guid package to be used on non-Windows GOOS targets #169

Merged
merged 1 commit into from Oct 26, 2021
Merged

Allow guid package to be used on non-Windows GOOS targets #169

merged 1 commit into from Oct 26, 2021

Commits on Mar 4, 2020

  1. Allow guid package to be used on non-Windows GOOS targets

    `golang.org/x/sys/windows.GUID` is currently only available to builds
    targeting `GOOS=windows` (see golang/go#36485). This change makes it
    so `windows` builds continue to use `golang.org/x/sys/windows.GUID`,
    while non-`windows` builds get a different structure that has all
    the same fields and methods.
    dcormier committed Mar 4, 2020
    Copy the full SHA
    892f784 View commit details
    Browse the repository at this point in the history