Documentation ¶ Index ¶ func FileHash(inFilePath string, outFilePath string, flushInterval int, algorithm string, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FileHash ¶ func FileHash(inFilePath string, outFilePath string, flushInterval int, algorithm string, rounds int, encoding string) error FileHash accepts two string file paths, to an input and output. The input file is read line by line, and a new file is written in the form ^{string} : {hash}$ Types ¶ This section is empty. Source Files ¶ View all Source files hash.go Click to show internal directories. Click to hide internal directories.