shithub: furgit

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

View raw version
package files

type rootKind uint8

const (
	rootGit rootKind = iota
	rootCommon
)