diff options
| author | 2025-11-15 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-15 00:00:00 +0000 | |
| commit | bd398609ce7f516bf6fae617656fff0509c5fc1c (patch) | |
| tree | e40c636584d2193f7d0716564b5357c30577660c /obj.go | |
| parent | README: Add example (diff) | |
| signature | ||
Include hashes in object structs
Diffstat (limited to 'obj.go')
| -rw-r--r-- | obj.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -33,10 +33,6 @@ type Object interface { ObjType() ObjType } -type objectBase struct { - Hash Hash -} - func computeRawHash(data []byte) Hash { var id Hash sum := newHash(data) |
