aboutsummaryrefslogtreecommitdiff
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)