Categorygithub.com/devnw/syncer
modulepackage
0.0.0-20241121212850-a65fe4ef4ff0
Repository: https://github.com/devnw/syncer.git
Documentation: pkg.go.dev

# README

syncer

CI Go Report Card codecov GoDoc License: MIT PRs Welcome

Syncer is a tool for synchronization of two directory structures.

# Packages

No description provided by the author

# Constants

COPY is the mode for copying files from the source directory to to the destination directory disregarding directory differences between the two.
SYNC is the mode for synchronizing directories versus straight copy.

# Structs

Options are the command line options for syncer.

# Type aliases

Mode is the operating mode which comes in from a syncer command line flag so that the application knows which logic to execute.