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