shithub: furgit

ref: 27ef9a7e1f2589d1a0eeee4cd6d36d1926989cf2
dir: /refstore/files/root_kind.go/

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)