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

How can i generate assets.go??? #4

Open
vantrung8794 opened this issue Jul 21, 2021 · 1 comment
Open

How can i generate assets.go??? #4

vantrung8794 opened this issue Jul 21, 2021 · 1 comment

Comments

@vantrung8794
Copy link

vantrung8794 commented Jul 21, 2021

Screen Shot 2021-07-21 at 17 07 28

How can I do right now? I could not use command go-assets-builder html -o assets.go
And the result is always zsh: command not found: go-assets-builder
Please help me...

@qycyfjy
Copy link

qycyfjy commented Nov 4, 2021

You should do this to install this builder

go get github.com/jessevdk/go-assets-builder

and check https://stackoverflow.com/a/66806902 to put GOPATH/bin in your PATH environment variable

These are the information found from the Internet. I'm working on ubuntu. Hope it helps you.

go1.16 introduced //go:embed which may be also useful to you.

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

2 participants