shithub: furgit

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

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)