This has been a very useful tool. But the introduction of //go:embed in Go 1.16 provides roughly the
same functionality, but without requiring a go generate pre-compilation step.
It would be good to add a comment to the beginning of the readme, saying that it is best to use go's native embedding,
and to mention any cases which are not handled by go:embed where statik would still be useful.