We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had been watching golang/go#41191 early on to see if we could use embed instead of generate. @zaydek pointed out to me that this has been pulled into go1.16. He sent an example implementation: https://github.com/zaydek/retro/blob/master/go/cmd/create-retro-app/embeds/embeds.go
The text was updated successfully, but these errors were encountered:
Use go:embed for defaults (#137).
1a20ba0
Generate has been removed and embed is used in v0.4.0+
v0.4.0
Sorry, something went wrong.
No branches or pull requests
I had been watching golang/go#41191 early on to see if we could use embed instead of generate. @zaydek pointed out to me that this has been pulled into go1.16. He sent an example implementation: https://github.com/zaydek/retro/blob/master/go/cmd/create-retro-app/embeds/embeds.go
The text was updated successfully, but these errors were encountered: