hi fellow gophers! I'd like to get your opinions on the topic of unified diffs (https://www.gnu.org/software/diffutils/manual/html_node/Example-Unified.html). I'd like to calculate the diff between two e.g. text files in the 'unified' format and present it in an html report I am creating in Go.
after a bit of searching, this project kept reappearing in suggestions: https://github.com/hexops/gotextdiff
do you have some suggestions for me on relevant packages?
I am slightly worried about the fact that the package I posted above has already been archived :/