mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
7 lines
69 B
Go
7 lines
69 B
Go
|
package bug
|
||
|
|
||
|
type Comment struct {
|
||
|
Author Person
|
||
|
Message string
|
||
|
}
|