♻️ Replace HashType with Hasher

Compatible with crypto.Hash
This commit is contained in:
Dan Jones 2025-03-15 20:09:38 -05:00
commit 2440f55563
5 changed files with 47 additions and 95 deletions

View file

@ -26,7 +26,6 @@ tasks:
desc: Vet go code
sources:
- '**/*.go'
deps: [gen]
cmds:
- go vet ./...
@ -82,7 +81,7 @@ tasks:
test:
desc: Run unit tests
deps: [fmt, vet, gen]
deps: [fmt, vet]
sources:
- '**/*.go'
generates: