()
| 34 | } |
| 35 | |
| 36 | func (blame *Blame) String() string { |
| 37 | return fmt.Sprintf("%s: %s <%s>", blame.SHA, blame.Author.Name, blame.Author.Email) |
| 38 | } |
| 39 | |
| 40 | func (event *Event) String() string { |
| 41 | return fmt.Sprintf("%s <%s>", event.Name, event.Email) |
no outgoing calls
no test coverage detected