diff options
| author | 2026-02-21 13:05:11 +0800 | |
|---|---|---|
| committer | 2026-02-21 13:05:11 +0800 | |
| commit | 86a9cc87c9d3c42035b6c526ec918c391024424d (patch) | |
| tree | f40faa69f0c045a24553d8b7a4e2e2fb4df2a3a9 /object/object.go | |
| parent | LICENSE: Add AGPL-3.0 (diff) | |
| signature | No signature | |
*: Update doc-comments v0.1.13
Diffstat (limited to 'object/object.go')
| -rw-r--r-- | object/object.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/object/object.go b/object/object.go index b91fd324..9a402336 100644 --- a/object/object.go +++ b/object/object.go @@ -1,4 +1,5 @@ -// Package object provides Git object models and codecs. +// Package object parses and serializes objects such as blob, tree, commit, and +// tag. package object import "codeberg.org/lindenii/furgit/objecttype" |
