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

Option to skip go mod tidy #4

Open
mcandre opened this issue Aug 25, 2021 · 0 comments
Open

Option to skip go mod tidy #4

mcandre opened this issue Aug 25, 2021 · 0 comments

Comments

@mcandre
Copy link
Owner

mcandre commented Aug 25, 2021

Example edge cases:

  • Older Go projects that do not use the go.mod dependency management system
  • Complex multiprojects which may present a go.mod file in some directories but omit in other directories
  • Any paranoid users who don't wish for file changes to go.mod to occur from external tools like factorio, nor even automatically from the standard Go tools

A top-level field like tidy: false (pointer to boolean, default true) could implement this well.

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

No branches or pull requests

1 participant