diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 11:47:11 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 11:47:11 +0800 |
commit | 83f9f192b52020b7fecc8ff9ad3f976ea7485935 (patch) | |
tree | f0b55921102d4e099c513124736ccffeb9065da0 /types.go | |
parent | git_misc.go: Merge types.go into here (diff) | |
download | forge-83f9f192b52020b7fecc8ff9ad3f976ea7485935.tar.gz forge-83f9f192b52020b7fecc8ff9ad3f976ea7485935.tar.zst forge-83f9f192b52020b7fecc8ff9ad3f976ea7485935.zip |
*.go: Reformat
Diffstat (limited to '')
-rw-r--r-- | types.go | 9 |
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 -} |