diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-02-25 18:58:55 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-02-25 18:58:55 +0800 |
commit | 9c3a8ff2994a34ff28484650aa400a0b167855f3 (patch) | |
tree | e96ca450d6e1f566c054d2dd6db2dd268d709243 /models/user.go | |
parent | 52984f85d5afc2a74bb3ca04487da7fb277437d6 (diff) | |
download | gitea-9c3a8ff2994a34ff28484650aa400a0b167855f3.tar.gz gitea-9c3a8ff2994a34ff28484650aa400a0b167855f3.zip |
add run user
Diffstat (limited to 'models/user.go')
-rw-r--r-- | models/user.go | 2 |
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 |