rakyll / statik

Embed files into a Go executable
Apache License 2.0
3.75k stars 225 forks source link

flag: include flag is not present in the latest version. #97

Closed berkant closed 4 years ago

berkant commented 4 years ago

It seems like there has been a couple of changes, one of which is addition of -include flag, since the last release v0.1.6. In module-aware set-up, go get fetches and installs the latest version found where -include is missing for the time being. Would you mind bumping a release with the latest changes?

iwittkau commented 4 years ago

In the meantime you can use go get github.com/rakyll/statik@master to install the tip of the master branch.

jcchavezs commented 4 years ago

After https://github.com/rakyll/statik/pull/94 gets merged I will release a new version.