1
0
mirror of https://github.com/golang/go synced 2024-11-18 14:24:44 -07:00

internal/lsp/diff: fix sources listed for diff implementation

Change-Id: I36b2903f4938c4e7a3f15567e11ab31f3f7d78f7
Reviewed-on: https://go-review.googlesource.com/c/160840
Reviewed-by: Ian Cottrell <iancottrell@google.com>
This commit is contained in:
Rebecca Stambler 2019-02-02 18:53:37 -05:00
parent 7414d4c1f7
commit 8a24307720

View File

@ -8,7 +8,7 @@ package diff
import "strings"
// Sources:
// https://blog.jcoglan.com/2017/02/15/the-myers-diff-algorithm-part-3/
// https://blog.jcoglan.com/2017/02/17/the-myers-diff-algorithm-part-3/
// https://www.codeproject.com/Articles/42279/%2FArticles%2F42279%2FInvestigating-Myers-diff-algorithm-Part-1-of-2
type Op struct {