From cda8114fda8d349bbaeefb42cc33ba715d41cf08 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 12 Jul 2018 15:14:37 +0200 Subject: store user info in the datastore --- bug/bug.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bug/bug.go') 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 } + -- cgit