# Functions
https://stackoverflow.com/questions/30376921/how-do-you-copy-a-file-in-go.
FileSha256Hex 返回文件 name 的 hex 字符串。 虽然函数名是 Sha256, 但实际上采用 BLAKE2b 算法。.
FindFile returns a better error massage if cannot find the file.
IntMin computes the minimum of the two int args.
Panic panics if err != nil.
PathIsExist 找到名为 name 的文件时返回 true, 否则返回 false.
PathIsNotExist 找不到名为 name 的文件时返回 true, 否则返回 false.
Sha256Hex 返回 sha256 的 hex 字符串。 虽然函数名是 Sha256, 但实际上采用 BLAKE2b 算法。.
StrIndex returns the index of a string in the slice.
No description provided by the author
WrapErrors 把多个错误合并为一个错误.