From 9f8473dd3cecfa8043552544d5751b035b5651dd Mon Sep 17 00:00:00 2001 From: Tyler Schade Date: Fri, 13 Sep 2024 11:21:09 -0400 Subject: [PATCH] add use for strconv --- templates/uniquehash/file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/uniquehash/file.go b/templates/uniquehash/file.go index 306442d..12455e5 100644 --- a/templates/uniquehash/file.go +++ b/templates/uniquehash/file.go @@ -28,6 +28,7 @@ var ( _ = binary.LittleEndian _ = new(hash.Hash64) _ = fnv.New64 + _ = strconv.Itoa _ = hashstructure.Hash _ = new(safe_hasher.SafeHasher)