Categorygithub.com/spf13/fsync
modulepackage
0.10.1
Repository: https://github.com/spf13/fsync.git
Documentation: pkg.go.dev

# README

Package fsync keeps files and directories in sync. Read the documentation on GoDoc.

# Functions

NewSyncer creates a new instance of Syncer with default options.
Sync copies files and directories inside src into dst.
SyncTo syncs srcs files and directories into to directory.

# Variables

No description provided by the author

# Structs

Type Syncer provides functions for syncing files.

# Interfaces

FileInfo contains the shared methods between os.FileInfo and fs.DirEntry.