diff options
| author | 2026-04-02 07:59:50 +0000 | |
|---|---|---|
| committer | 2026-04-02 07:59:50 +0000 | |
| commit | f33cae96a9d7418f8512398c9411130eaebe4e26 (patch) | |
| tree | b2541e7cf4cf28b996ac50c416cf821251ca6662 /object/typ/doc.go | |
| parent | ci: Stricter linting (diff) | |
| signature | No signature | |
object/typ: Implement object types
Diffstat (limited to 'object/typ/doc.go')
| -rw-r--r-- | object/typ/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/object/typ/doc.go b/object/typ/doc.go new file mode 100644 index 00000000..155d60eb --- /dev/null +++ b/object/typ/doc.go @@ -0,0 +1,5 @@ +// Package typ provides Git object type enums and names. +// +// I would prefer naming this package "type" +// if it wasn't a keyword. +package typ |
