solo-io / go-utils

golang utilities
Apache License 2.0
109 stars 18 forks source link

hashutils - must hash #367

Closed EItanya closed 4 years ago

EItanya commented 4 years ago

The safe hash function now takes in a hasher, and returns an error. Which can be confusing/tedious to call. Create a utility which handles this complexity for the user.