shithub: furgit

ref: b90593c9b83f71de343e27cd1b489dff79bd4ac7
dir: /refstore/files/root_kind.go/

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)