String implements Stringer.
()
| 67 | |
| 68 | // String implements Stringer. |
| 69 | func (dt DiffType) String() string { |
| 70 | return string(dt) |
| 71 | } |
| 72 | |
| 73 | var SupportedDiffTypes = []DiffType{DiffTypeLocal, DiffTypeRemote, DiffTypeCombined, DiffType3Way} |
| 74 |
no outgoing calls