Skip to content

`loader.New` added an argument to optionally ignore dot files

Compare
Choose a tag to compare
@junr03 junr03 released this 01 Oct 17:21
· 17 commits to master since this release

The loader package's New func adds a new argument that allows the loader to optionally ignore dot files when building a Snapshot. The package defines two convenience constants (AllowDotFiles and IgnoreDotFiles) to use as arguments to the New` function.