shithub: furgit

ref: 040b572d95e4ca27e1ada6113c405b8a1eb4a669
dir: /refstore/files/root_kind.go/

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)