shithub: furgit

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

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)