diff options
| author | 2026-04-02 06:23:30 +0000 | |
|---|---|---|
| committer | 2026-04-02 06:28:39 +0000 | |
| commit | a041d523de389b65b98a5373a8034041db2a8d83 (patch) | |
| tree | 7b423dc735f463be616045f2c3c2095a7737aca7 /diff/trees/kind.go | |
| parent | research: Add dynamic pack resources (diff) | |
*: Remove
Diffstat (limited to 'diff/trees/kind.go')
| -rw-r--r-- | diff/trees/kind.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/diff/trees/kind.go b/diff/trees/kind.go deleted file mode 100644 index 6fdc6e0d..00000000 --- a/diff/trees/kind.go +++ /dev/null @@ -1,15 +0,0 @@ -package trees - -// EntryKind identifies a tree-diff entry kind. -type EntryKind int - -const ( - // EntryKindInvalid indicates an invalid diff entry kind. - EntryKindInvalid EntryKind = iota - // EntryKindDeleted indicates a deleted path. - EntryKindDeleted - // EntryKindAdded indicates an added path. - EntryKindAdded - // EntryKindModified indicates a modified path. - EntryKindModified -) |
