Skip to content

Commit

Permalink
Merge pull request #28 from solo-io/tjons/add-use-for-strconv
Browse files Browse the repository at this point in the history
add use for strconv import in unique hasher
  • Loading branch information
tjons authored Sep 13, 2024
2 parents df7140b + 9f8473d commit 4d77cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/uniquehash/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ var (
_ = binary.LittleEndian
_ = new(hash.Hash64)
_ = fnv.New64
_ = strconv.Itoa
_ = hashstructure.Hash
_ = new(safe_hasher.SafeHasher)
Expand Down

0 comments on commit 4d77cad

Please sign in to comment.