aboutsummaryrefslogtreecommitdiff
path: root/object/typ/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-04-02 07:59:50 +0000
committerGravatar Runxi Yu2026-04-02 07:59:50 +0000
commitf33cae96a9d7418f8512398c9411130eaebe4e26 (patch)
treeb2541e7cf4cf28b996ac50c416cf821251ca6662 /object/typ/doc.go
parentci: Stricter linting (diff)
signatureNo signature
object/typ: Implement object types
Diffstat (limited to 'object/typ/doc.go')
-rw-r--r--object/typ/doc.go5
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