diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | 503f2f1bbc69be553d04c621c7ec33931cc1f57d (patch) | |
| tree | 289b2ea2dc589d6ce7efc3e44966eabb6739d3f2 /obj.go | |
| parent | README: benmarking -> test (diff) | |
| signature | ||
Add a little bit more of documentation
Diffstat (limited to 'obj.go')
| -rw-r--r-- | obj.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,7 @@ const ( // Object represents a Git object. type Object interface { + // ObjectType returns the object's type. ObjectType() ObjectType } @@ -45,6 +46,7 @@ type Object interface { // one read from storage. type StoredObject interface { Object + // Hash returns the object's hash. Hash() Hash } |
