lgtm/model/comment.go

8 строки
126 B
Go
Исходник Обычный вид История

2016-04-19 07:22:23 +03:00
package model
2016-11-15 11:51:11 +03:00
// Comment represents a comment from the the remote API.
2016-04-19 07:22:23 +03:00
type Comment struct {
Author string
Body string
}