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
/
internal
/
bufpool
/
index.go
blob: 5f59b0edcd1f12e997876f3ce7671724dd9fbc69 (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
7
package
bufpool
type
poolIndex
int8
const
(
unpooled
poolIndex
=
-
1
)