You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will think about it and consider how it can be added to the README. I think there's some re-organization work that needs to happen in order to have a better place to put this kind of general information.
Thanks, ok now I get filter.Skip().
You have a preference for functions where I was probably expecting an interface, and therefore found it a bit difficult to parse the api.
An example or two could go a long way.
How about an example http server, where the exec bundles up its own resource. In "dev" mode it uses local fs, in prod it used vfs (pretty standard stuff), and it can lay the resources back on the disk.
git clone git@github.com-wxio:wxio/vfsgen.git
cd vfsgen/example
go build -tags dev
./vfsexample bundle # go.mod so exec is vfsexample not example
go build
mv vfsexample /tmp/
cd /tmp
./vfsexample extract
Example
Filters out dot directories and file with no dot (ie linux exec)
not sure if this is the best way of doing this.
The text was updated successfully, but these errors were encountered: