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 []byte typed variables for storing go:embed-ded files #144

Open
anfragment opened this issue Nov 12, 2024 · 0 comments · May be fixed by #145
Open

Use []byte typed variables for storing go:embed-ded files #144

anfragment opened this issue Nov 12, 2024 · 0 comments · May be fixed by #145
Assignees
Labels
bug Something isn't working in progress Actively under development

Comments

@anfragment
Copy link
Owner

anfragment commented Nov 12, 2024

Using []byte instead of embed.FS provides simpler interface and (probably) lower memory footprint.

References:

@anfragment anfragment added bug Something isn't working in progress Actively under development labels Nov 12, 2024
@anfragment anfragment self-assigned this Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in progress Actively under development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant