package commit
import (
"lindenii.org/go/furgit/object/typ"
)
// ObjectType returns TypeCommit.
func (commit *Commit) ObjectType() typ.Type {
_ = commit
return typ.Commit
}
![]() |
index : ~runxiyu/furgit.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
package commit
import (
"lindenii.org/go/furgit/object/typ"
)
// ObjectType returns TypeCommit.
func (commit *Commit) ObjectType() typ.Type {
_ = commit
return typ.Commit
}