Skip to content

all: Replace usages of pretty.Compare with cmp.Diff

Administrator requested to merge remove-pretty into master

Created by: ryanslade

We should consistently use one diff package across our code. Unfortunately pretty is still included in go.mod due to transitive dependencies.

This issue prompted the change: https://github.com/sourcegraph/sourcegraph/pull/7304

Merge request reports

Loading