6cb469d
1 2 3 4 5 6 7 8 9
package main type display_git_tree_entry_t struct { Name string Mode string Size int64 Is_file bool Is_subtree bool }