TreeEntry: use Id instead of Oid

Name it like The Library and the rest of the bindings.
This commit is contained in:
Carlos Martín Nieto 2013-03-08 21:26:19 +01:00
parent 78d105f862
commit c854239784
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ type Tree struct {
type TreeEntry struct {
Name string
Oid *Oid
Id *Oid
Type int
}