aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-12 15:14:37 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-12 21:32:09 +0200
commitcda8114fda8d349bbaeefb42cc33ba715d41cf08 (patch)
tree45c96a8d07db89ff66519ae1e29b44648c1b5e37 /bug/bug.go
parentdf67212fee5ae5381b13b2c7d6ce92e1bdb66e0f (diff)
downloadgit-bug-cda8114fda8d349bbaeefb42cc33ba715d41cf08.tar.gz
store user info in the datastore
Diffstat (limited to 'bug/bug.go')
-rw-r--r--bug/bug.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/bug.go b/bug/bug.go
index 08743e85..33da1326 100644
--- a/bug/bug.go
+++ b/bug/bug.go
@@ -4,3 +4,4 @@ type Bug struct {
Title string
Comments []Comment
}
+