-
Notifications
You must be signed in to change notification settings - Fork 182
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
go-winio module problem #156
Comments
You can add this to your go.mod until its merged:
|
The current name is Looking across the Go projects in github.com/microsoft, it's a mixed bag of |
Go 1.13.8 gives a more-useful error in this case:
(Users of |
Unfortunately the organization was renamed a couple of years ago from |
Testing with go 1.15, even on Windows (case-insensitive filenames), go won't use a miscased module:
So assuming the problem persists only with pre-modules Go packages, the ecosystem should clean itself over time, and certainly won't get any worse, unless people are deliberately
except working. I'm not seeing any issues with different repos from the same owner with different casing either.
|
@TBBle Thanks for checking on this! Good to hear that it sounds like modules makes it easier to detect when the wrong casing is being used. Since it sounds like this issue is resolved by using the correct casing in the |
I can't install go-winio module.
go version 1.12..7 on Windows, without go-winio on disc.
I create new project and execute:
go mod init test
go get github.com/microsoft/go-winio
The text was updated successfully, but these errors were encountered: