rakyll / statik

Embed files into a Go executable
Apache License 2.0
3.76k stars 224 forks source link

Copy statik package into the generated artifacts #39

Open rakyll opened 6 years ago

rakyll commented 6 years ago

So the user don't have to go get github.com/rakyll/statik in order to use the autogenerated artifacts.

dolmen commented 5 years ago

Is this about generating some code that would trigger on go generate in the target package to rebuild the package from updated sources?

dolmen commented 5 years ago

Or is it about including the code of github.com/rakyll/statik/fs (instead of github.com/rakyll/statik mentionned in this issue) in the generated code to avoid the link dependency?

rakyll commented 5 years ago

@dolmen, yes, it is about including the fs package in the generated package.