diff options
Diffstat (limited to 'bug/comment.go')
-rw-r--r-- | bug/comment.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/comment.go b/bug/comment.go index db5cc45e..67936634 100644 --- a/bug/comment.go +++ b/bug/comment.go @@ -24,3 +24,6 @@ func (c Comment) FormatTimeRel() string { func (c Comment) FormatTime() string { return c.UnixTime.Time().Format("Mon Jan 2 15:04:05 2006 +0200") } + +// Sign post method for gqlgen +func (c Comment) IsAuthored() {} |