diff options
| author | 2026-05-24 07:55:40 +0000 | |
|---|---|---|
| committer | 2026-05-24 07:55:40 +0000 | |
| commit | 13822e34063ed10f2bc93ea5772f2442daaf6682 (patch) | |
| tree | e2446f54fa8eac1e6b491d0a0ae44bf6c10cb76d /internal/testgit | |
| parent | object/{commit,signature}: Fix/remove errors (diff) | |
| signature | No signature | |
internal/testgit: Add doc
Diffstat (limited to 'internal/testgit')
| -rw-r--r-- | internal/testgit/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/testgit/doc.go b/internal/testgit/doc.go new file mode 100644 index 00000000..b99022f5 --- /dev/null +++ b/internal/testgit/doc.go @@ -0,0 +1,4 @@ +// Package testgit provides helpers +// for integration tests +// against upstream git(1). +package testgit |
