Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExistsYMD ¶
returns true if sourceDir/yyyy_mm_dd/filename exists at targetDir/yyyy/mm/yyyy_mm_dd/filename
func FindMatches ¶
func FindMatches(toProcess, processed []RecordType)
to find file matches find . -type f -exec md5sum {} \; >> toProcess.md5sums #or processes.md5sums
Types ¶
type RecordType ¶
type RecordType = struct { Path2 string // contains filtered or unexported fields }
func SumsToArr ¶
func SumsToArr(filePath string) []RecordType
Click to show internal directories.
Click to hide internal directories.