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