diff options
| author | 2026-02-21 02:07:19 +0800 | |
|---|---|---|
| committer | 2026-02-21 02:07:19 +0800 | |
| commit | 33d354ebca84f2901de2ac290e7af2696b0ea8fa (patch) | |
| tree | c6dc30f59248a2c787614c859869a0dfb2fb5303 /object/tag.go | |
| parent | refstore: Add basic reference store interfaces (diff) | |
| signature | No signature | |
object: Reformat
Diffstat (limited to 'object/tag.go')
| -rw-r--r-- | object/tag.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tag.go b/object/tag.go index 1fac845b..9a19b120 100644 --- a/object/tag.go +++ b/object/tag.go @@ -1,8 +1,8 @@ package object import ( - "codeberg.org/lindenii/furgit/objecttype" "codeberg.org/lindenii/furgit/objectid" + "codeberg.org/lindenii/furgit/objecttype" ) // Tag represents a Git annotated tag object. |
