diff options
Diffstat (limited to 'bug/bug.go')
-rw-r--r-- | bug/bug.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bug/bug.go b/bug/bug.go new file mode 100644 index 00000000..08743e85 --- /dev/null +++ b/bug/bug.go @@ -0,0 +1,6 @@ +package bug + +type Bug struct { + Title string + Comments []Comment +} |