//
pkg.gl
Category
github.com/spf13/fsync
module
package
0.10.1
Repository:
https://github.com/spf13/fsync.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
5
Files
312 SLOC
#
README
Package
fsync
keeps files and directories in sync. Read the documentation on
GoDoc
.
#
Functions
NewSyncer
NewSyncer creates a new instance of Syncer with default options.
Sync
Sync copies files and directories inside src into dst.
SyncTo
SyncTo syncs srcs files and directories into to directory.
#
Variables
ErrFileOverDir
No description provided by the author
#
Structs
Syncer
Type Syncer provides functions for syncing files.
#
Interfaces
FileInfo
FileInfo contains the shared methods between os.FileInfo and fs.DirEntry.