1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:08:32 -06:00
go/internal/lsp/diff
Ian Cottrell 85edb9ef32 internal/lsp: abstract the diff library so it can be substituted
this moves the actual diff algorithm into a different package and then provides hooks so it can be easily replaced with an alternate algorithm.

Change-Id: Ia0359f58878493599ea0e0fda8920f21100e16f1
Reviewed-on: https://go-review.googlesource.com/c/tools/+/190898
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-08-20 03:37:07 +00:00
..
myers internal/lsp: abstract the diff library so it can be substituted 2019-08-20 03:37:07 +00:00
hooks.go internal/lsp: abstract the diff library so it can be substituted 2019-08-20 03:37:07 +00:00
myers.go internal/lsp: abstract the diff library so it can be substituted 2019-08-20 03:37:07 +00:00