index
:
git-bug
bug-export
devel
master
update_mods
Distributed, offline-first bug tracker embedded in git, with bridges
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bug
/
bug.go
blob: 33da13262487be6861fed1cd4df72d868f4c1d6e (
plain
) (
blame
)
1
2
3
4
5
6
7
package
bug
type
Bug
struct
{
Title
string
Comments
[]
Comment
}