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

assets are stale #45

Open
neurlang opened this issue Feb 10, 2024 · 0 comments
Open

assets are stale #45

neurlang opened this issue Feb 10, 2024 · 0 comments

Comments

@neurlang
Copy link

I don't think the assets (icons) compile any more. No code generation occurs at compile time.
TODO: Fix by using embed fs:

//go:embed assetdir/*.html
//go:embed assetdir/*.png
var content embed.FS

the data bytes can then be read using

data, _ := content.ReadFile(name)

convert callers, hardcode string resource names instead of public funcs

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