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

[feature] Run go generate ./... before build #3874

Open
OpenWaygate opened this issue Sep 10, 2024 · 1 comment
Open

[feature] Run go generate ./... before build #3874

OpenWaygate opened this issue Sep 10, 2024 · 1 comment
Labels
status:triage Issue that has not been triaged type:feature New feature or request

Comments

@OpenWaygate
Copy link

Is your feature request related to a problem? Please describe.
Some files need to be generated, which will be used in go build

Describe the solution you'd like
Add another field in Configuration File, such as generate, to allow user customize the generation.

# Version for this file.
version: 1

generate: "./..." # go generate ./...
generate: ""      # leave empty to skip go generate

Describe alternatives you've considered

Additional context

@OpenWaygate OpenWaygate added status:triage Issue that has not been triaged type:feature New feature or request labels Sep 10, 2024
@ramonpetgrave64
Copy link
Collaborator

Can you add more details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:triage Issue that has not been triaged type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants