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 for assets embedding #931

Merged
merged 2 commits into from Mar 23, 2021
Merged

Use go embed for assets embedding #931

merged 2 commits into from Mar 23, 2021

Conversation

vcastellm
Copy link
Member

The native go embed added in go 1.6 is easy to use and do not rely on any external dependency.

Assets need to be generated previously with make ui command.

Victor Castell added 2 commits March 23, 2021 22:47
The native go embed added in go 1.6 is easy to use and do not rely on any external dependency.

Assets need to be generated previously with make ui command.
@vcastellm vcastellm merged commit e5a62b8 into master Mar 23, 2021
@vcastellm vcastellm deleted the use_embed branch March 23, 2021 22:03
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 this pull request may close these issues.

None yet

1 participant