aboutsummaryrefslogtreecommitdiff
path: root/types.go
blob: d8bf42c4f6d73c8f797994d7330de23136031ba3 (plain) (blame)
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
}