aboutsummaryrefslogtreecommitdiffstats
path: root/bug/comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/comment.go')
-rw-r--r--bug/comment.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/bug/comment.go b/bug/comment.go
new file mode 100644
index 00000000..f7727709
--- /dev/null
+++ b/bug/comment.go
@@ -0,0 +1,6 @@
+package bug
+
+type Comment struct {
+ Author Person
+ Message string
+}