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 I replaced this package with go:embed #123

Open
prashantgupta24 opened this issue Mar 29, 2021 · 0 comments
Open

How I replaced this package with go:embed #123

prashantgupta24 opened this issue Mar 29, 2021 · 0 comments

Comments

@prashantgupta24
Copy link

Hopefully this issue and PR helps those who want to transition from statik to go:embed.

My motivation?

2 fold:

  1. This issue - In short, the Walk function in statik did not include files without extension for some reason.
  2. Remove another external dependency

It wasn't easy, but it's doable. In the end, I managed to get all features working with go:embed

countertenor/mozart#53

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