diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-17 14:03:58 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-17 14:03:58 -0400 |
commit | e51afe4621cfbc8380994c818981f42a097e3ec5 (patch) | |
tree | 74e26a6c8fa60ab82f9f1e791693cd178adc5a10 /models/action.go | |
parent | 9d3b003add6bee6cb23cbac5d32f6fb3d4fd50cb (diff) |
Add postgres support, clean code, code review
Diffstat (limited to 'models/action.go')
-rw-r--r-- | models/action.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/action.go b/models/action.go index 978e805c..7917929d 100644 --- a/models/action.go +++ b/models/action.go @@ -19,7 +19,7 @@ const ( OP_PULL_REQUEST ) -// An Action represents +// Action represents user operation type and information to the repository. type Action struct { Id int64 UserId int64 // Receiver user id. |