index
:
~runxiyu
/
furgit.git
this commit
master
next
Git library in pure Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refstore
/
files
/
root_kind.go
blob: d0ae8cf126f6adbd579a38566ac14e7ec1764789 (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
7
8
package
files
type
rootKind
uint8
const
(
rootGit
rootKind
=
iota
rootCommon
)