package
0.0.0-20210204063745-0871eb35ec4b
Repository: https://github.com/hiromaily/golibs.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
GetFileList is to get file list using multiple goroutine.
GetFileListJIC is to get file list without goroutine It doesn't use channel.
GetFileListSingle is to get file list using a goroutine.
NewFileLock is to open file with filelock.
WatchFile is to watch file modified or not.