config/hash: rename more symbols after factoring into own package

This commit is contained in:
Nick Craig-Wood
2018-01-18 20:27:52 +00:00
parent 71722b5b95
commit 97c414f025
30 changed files with 181 additions and 181 deletions

View File

@@ -20,7 +20,7 @@ var (
separator string
dirSlash bool
recurse bool
hashType = hash.HashMD5
hashType = hash.MD5
filesOnly bool
dirsOnly bool
)