The outcome of [#39194](https://github.com/sourcegraph/sourcegraph/issues/39194) is to create a library that we can use to generate patches in Go. I started a mini version [here](https://github.com/BolajiOlajide/go-diff-patch) while doing the investigation. It might also be worth extending an existing [sourcegraph library](https://github.com/sourcegraph/go-diff) to support this.
The outcome of #39194 is to create a library that we can use to generate patches in Go.
I started a mini version here while doing the investigation. It might also be worth extending an existing sourcegraph library to support this.