mirror of
https://github.com/vbatts/dedupe-linker.git
synced 2025-07-26 03:50:29 +00:00
*: fixup and go vet
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
2dadf80440
commit
71720092db
4 changed files with 4 additions and 5 deletions
|
@ -29,7 +29,7 @@ func DetermineHash(str string) (h crypto.Hash) {
|
|||
case "sha512":
|
||||
h = crypto.SHA512
|
||||
default:
|
||||
log.Println("WARNING: unknown cipher %q. using 'sha1'", str)
|
||||
log.Printf("WARNING: unknown cipher %q. using 'sha1'", str)
|
||||
h = crypto.SHA1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue