aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pmezard/go-difflib/difflib/ya.make
blob: a6cae20598678a7ba4b438a15f5cc80294b0e6b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(BSD-3-Clause)

SRCS(difflib.go)

GO_TEST_SRCS(difflib_test.go)

END()

RECURSE(gotest)