ref: 060e5b7063ec282627dde96ac028f0d40cf05c60 dir: /ref/store/files/root_kind.go/
package files type rootKind uint8 const ( rootGit rootKind = iota rootCommon )