Format returns a pretty-printed representation of the Diff The long flag determines whether to produce long or short output
(bool)
| 47 | // Format returns a pretty-printed representation of the Diff |
| 48 | // The long flag determines whether to produce long or short output |
| 49 | Format(bool) string |
| 50 | |
| 51 | // Value returns the value represented by the Diff |
| 52 | Value() interface{} |
no outgoing calls