diff options
| author | Carlos Martín Nieto <[email protected]> | 2013-03-08 21:26:19 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2013-03-08 21:26:19 +0100 |
| commit | c85423978434ee08044af682ab60f0c75d8d36be (patch) | |
| tree | 4a9c38759ad1b78b83a70d5b552f3f2a3a1f712b /tree.go | |
| parent | 78d105f862f117bcb9dd880dfa7b01a9e2060410 (diff) | |
TreeEntry: use Id instead of Oid
Name it like The Library and the rest of the bindings.
Diffstat (limited to 'tree.go')
| -rw-r--r-- | tree.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ type Tree struct { type TreeEntry struct { Name string - Oid *Oid + Id *Oid Type int } |
