shithub: furgit

ref: 21e2f19ae2a3baa744b6bbed997f757f0af7e01f
dir: /refstore/files/root_kind.go/

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)