Open jankaszel opened 4 years ago
@markbates cheers, any plans to get this merged?
Would be great if this could be merged!
@markbates any chance to get this merged?
FYI the embed
library introduced in Go 1.16 could offer a viable alternative for folks running into issues with pkger related to large directories that should be ignored: https://golang.org/doc/go1.16#library-embed
Continuing work from https://github.com/markbates/pkger/pull/108 on adding an
-exclude
flag for ignoring particular directories to both the list and pack commands. Includes tests and documentation.Tests fail at the moment. This is due to bugs within the testing framework as I've laid out in https://github.com/markbates/pkger/pull/108#issuecomment-656200823: