diff options
author | Unknwon <u@gogs.io> | 2015-11-03 22:49:06 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-03 22:49:06 -0500 |
commit | 3a81fdf092a39cc94f3bb896a42db8546bd5f39a (patch) | |
tree | a436e2de1aaafab77e985c550b165df7dc12f3ae /modules/git/tag.go | |
parent | 6f0a41b8b28ba33382ab8d655c0d015324be7647 (diff) |
rename fields
Diffstat (limited to 'modules/git/tag.go')
-rw-r--r-- | modules/git/tag.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/tag.go b/modules/git/tag.go index 7fbbcb1c..8010aa9d 100644 --- a/modules/git/tag.go +++ b/modules/git/tag.go @@ -11,7 +11,7 @@ import ( // Tag represents a Git tag. type Tag struct { Name string - Id sha1 + ID sha1 repo *Repository Object sha1 // The id of this commit object Type string |