diff options
| author | 2026-03-04 14:31:38 +0800 | |
|---|---|---|
| committer | 2026-03-04 14:31:38 +0800 | |
| commit | d585f0889eef41f1386abefe3daa2e617a21895e (patch) | |
| tree | 65b2aa97a84a7ecd3c4b8efb3d3e188b2921b8b2 /cmd/show-object | |
| parent | *: Fix lints (diff) | |
| signature | No signature | |
*: Add package-level docs v0.1.44
Diffstat (limited to 'cmd/show-object')
| -rw-r--r-- | cmd/show-object/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/show-object/main.go b/cmd/show-object/main.go index b3f5a9cd..94978db6 100644 --- a/cmd/show-object/main.go +++ b/cmd/show-object/main.go @@ -1,3 +1,4 @@ +// Command show-object provides a small command line utility to show the details of a specified Git object. package main import ( |
