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

Doc update, mentioning go's native embedding #124

Open
amnonbc opened this issue May 2, 2022 · 1 comment
Open

Doc update, mentioning go's native embedding #124

amnonbc opened this issue May 2, 2022 · 1 comment

Comments

@amnonbc
Copy link

amnonbc commented May 2, 2022

This has been a very useful tool. But the introduction of //go:embed in Go 1.16 provides roughly the
same functionality, but without requiring a go generate pre-compilation step.

It would be good to add a comment to the beginning of the readme, saying that it is best to use go's native embedding,
and to mention any cases which are not handled by go:embed where statik would still be useful.

@jcchavezs
Copy link
Collaborator

jcchavezs commented May 2, 2022 via email

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 a pull request may close this issue.

2 participants