diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | bad0f9715556a470d0de2a22c7040181e3a033ba (patch) | |
| tree | 21463072ce5bc85682a887ce0cae26d833941af3 /hash_sha1_test.go | |
| parent | EntryRecursive should return ErrNotFound instead of nil, nil (diff) | |
| signature | ||
Use actual git for tests and enhance Head
Diffstat (limited to 'hash_sha1_test.go')
| -rw-r--r-- | hash_sha1_test.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hash_sha1_test.go b/hash_sha1_test.go deleted file mode 100644 index 9f3137b9..00000000 --- a/hash_sha1_test.go +++ /dev/null @@ -1,9 +0,0 @@ -//go:build sha1 - -package furgit - -import ( - "crypto/sha1" -) - -const testHashSize = sha1.Size |
