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
/
format
/
commitgraph
/
bloom
/
errors.go
blob: fe38d1bcdef7c9bfffe86151036806104dd05ae8 (
about
) (
plain
) (
blame
)
1
2
3
4
5
package
bloom
import
"errors"
var
ErrInvalid
=
errors
.
New
(
"bloom: invalid data"
)