aboutsummaryrefslogtreecommitdiffstats
path: root/models/user.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-02-25 18:58:55 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-02-25 18:58:55 +0800
commit9c3a8ff2994a34ff28484650aa400a0b167855f3 (patch)
treee96ca450d6e1f566c054d2dd6db2dd268d709243 /models/user.go
parent52984f85d5afc2a74bb3ca04487da7fb277437d6 (diff)
downloadgitea-9c3a8ff2994a34ff28484650aa400a0b167855f3.tar.gz
gitea-9c3a8ff2994a34ff28484650aa400a0b167855f3.zip
add run user
Diffstat (limited to 'models/user.go')
-rw-r--r--models/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/user.go b/models/user.go
index c5208f0313..086b02c82f 100644
--- a/models/user.go
+++ b/models/user.go
@@ -66,7 +66,7 @@ const (
OP_PULL_REQUEST
)
-// A Action represents
+// An Action represents
type Action struct {
Id int64
UserId int64