Message returns an optional message that can be at the top of the Patch representation.
()
| 24 | // Message returns an optional message that can be at the top of the |
| 25 | // Patch representation. |
| 26 | Message() string |
| 27 | } |
| 28 | |
| 29 | // FilePatch represents the necessary steps to transform one file into another. |