()
| 139 | } |
| 140 | |
| 141 | func paragraphs() string { |
| 142 | p := fake.Paragraphs() |
| 143 | return strings.Replace(p, "\t", "\n\n", -1) |
| 144 | } |
| 145 | |
| 146 | func comment(b bug.Interface, p identity.Interface, timestamp int64) { |
| 147 | _, _, _ = bug.AddComment(b, p, timestamp, paragraphs(), nil, nil) |
no outgoing calls
no test coverage detected