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

Work around empty go.mod issue #91

Merged
merged 2 commits into from
Sep 21, 2021
Merged

Work around empty go.mod issue #91

merged 2 commits into from
Sep 21, 2021

Conversation

lblackstone
Copy link
Member

@lblackstone lblackstone commented Sep 21, 2021

Some IDEs complain about empty go.mod files, so add placeholder
values to the go.mod files that are used to exclude these directories.

Inspired by golang/go#30058 (comment)

Some IDEs complain about empty go.mod files, so add placeholder
values to the go.mod files that are used to exclude these directories.
sdk/dotnet/go.mod Outdated Show resolved Hide resolved
@lblackstone lblackstone merged commit 292482e into master Sep 21, 2021
@pulumi-bot pulumi-bot deleted the lblackstone/go-mod branch September 21, 2021 17:19
@mikhailshilkov
Copy link
Member

Nice! @lblackstone do you want to do the same in all native providers?

@lblackstone
Copy link
Member Author

Nice! @lblackstone do you want to do the same in all native providers?

Yeah, I was planning to do that next time I'm working on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants