Versions in this module Expand all Collapse all v0 v0.1.0 Oct 21, 2024 Changes in this version + type March struct + Callback Marcher + Ctx context.Context + Dir string + DstIncludeAll bool + Fdst fs.Fs + Fsrc fs.Fs + NoCheckDest bool + NoTraverse bool + NoUnicodeNormalization bool + SrcIncludeAll bool + func (m *March) Run(ctx context.Context) error + type Marcher interface + DstOnly func(dst fs.DirEntry) (recurse bool) + Match func(ctx context.Context, dst, src fs.DirEntry) (recurse bool) + SrcOnly func(src fs.DirEntry) (recurse bool)