diff options
author | Unknwon <u@gogs.io> | 2015-08-31 16:24:28 +0900 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-31 16:24:28 +0900 |
commit | 1ca257ad9f90084f4140bd1df4692f9a56c83ad4 (patch) | |
tree | 124a621e8f2d60eea02215e949142bcdd684b791 /modules/middleware/context.go | |
parent | cb381078ffa9f9a6178110be304dfcac5715e323 (diff) | |
download | gitea-1ca257ad9f90084f4140bd1df4692f9a56c83ad4.tar.gz gitea-1ca257ad9f90084f4140bd1df4692f9a56c83ad4.zip |
rename fields
Diffstat (limited to 'modules/middleware/context.go')
-rw-r--r-- | modules/middleware/context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/middleware/context.go b/modules/middleware/context.go index b25674f60f..9a8bb8865e 100644 --- a/modules/middleware/context.go +++ b/modules/middleware/context.go @@ -40,7 +40,7 @@ type RepoContext struct { BranchName string TagName string TreeName string - CommitId string + CommitID string RepoLink string CloneLink models.CloneLink CommitsCount int |