ref: d314d1f7e933ca83081eec289aa0cb6e75a7eeac dir: /refstore/files/root_kind.go/
package files type rootKind uint8 const ( rootGit rootKind = iota rootCommon )