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
/
object
/
typ
/
errors.go
blob: 8a442db0ffb3f3fff3cbb25b2b7a44b2e8d7d522 (
about
) (
plain
) (
blame
)
1
2
3
4
5
package
typ
import
"errors"
var
ErrInvalidType
=
errors
.
New
(
"object/typ: Invalid type"
)