shithub: furgit

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

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)