shithub: furgit

ref: 1734207266752b9464f42c31f7728a7e3c692c50
dir: /refstore/files/root_kind.go/

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)