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

Remove go:generate dependencies from go.mod #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dolmen
Copy link

@dolmen dolmen commented Feb 11, 2025

To run becca (README generation), use "go run" with a version suffix instead of go get, to not pollute go.mod with becca dependencies.

Use "go run" with a versionned becca instead of go get, to not pollute
go.mod with becca dependencies.

TODO: use go 1.14 "tool" in go.mod once Go 1.24 is released.
@dolmen dolmen changed the title Fix go:generate for README Remove go:generate dependencies from go.mod Mar 11, 2025
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.

1 participant