Merge pull request #10 from carlosmn/oid-id

TreeEntry: use Id instead of Oid
This commit is contained in:
Vicent Martí 2013-03-08 14:08:43 -08:00
commit 3066c13c63
1 changed files with 1 additions and 1 deletions

View File

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