Documentation
¶
Overview ¶
Package split splits and re-assembles files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReassembleFile ¶
ReassembleFile takes a directory containing split files, reassembles those files into the destination, then the split files.
Types ¶
type SplitFileMetadata ¶
type SplitFileMetadata struct {
// The sha256sum of the file
Sha256Sum string
// The size of the file in bytes
Bytes int64
// The number of parts the file is split into
Count int
}
SplitFileMetadata contains info about a split file.
Click to show internal directories.
Click to hide internal directories.