TreeEntry: use Id instead of Oid #10

Merged
carlosmn merged 1 commits from oid-id into master 2013-03-08 16:08:44 -06:00
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
}