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

Use go embed instead of third party tool #239

Open
akshay196 opened this issue Jul 4, 2023 · 0 comments
Open

Use go embed instead of third party tool #239

akshay196 opened this issue Jul 4, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@akshay196
Copy link
Member

Describe the issue you're facing

Instead of third party vfs tool for embedding extra files (yaml for example) into go application binary, use go embed. It is easy, no need any extra step to run generate command.

@akshay196 akshay196 added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jul 4, 2023
@nirav-rafay nirav-rafay added this to the v0.2.9 milestone Jan 19, 2024
@akshay196 akshay196 added enhancement New feature or request help wanted Extra attention is needed and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants