Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFileList ¶
GetFileList is to get file list using multiple goroutine
func GetFileListJIC ¶
GetFileListJIC is to get file list without goroutine It doesn't use channel. But faster. (JIC means Just In Case)
func GetFileListSingle ¶
GetFileListSingle is to get file list using a goroutine
Types ¶
type FileLock ¶
type FileLock struct {
// contains filtered or unexported fields
}
FileLock is FileLock object
func NewFileLock ¶
NewFileLock is to open file with filelock
Click to show internal directories.
Click to hide internal directories.