aboutsummaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--types.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/types.go b/types.go
deleted file mode 100644
index d8bf42c..0000000
--- a/types.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package main
-
-type display_git_tree_entry_t struct {
- Name string
- Mode string
- Size int64
- Is_file bool
- Is_subtree bool
-}