summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pmezard/go-difflib/difflib/gotest
diff options
context:
space:
mode:
authoruzhas <[email protected]>2023-11-16 16:04:50 +0300
committeruzhas <[email protected]>2023-11-16 17:46:46 +0300
commit46f0c0079bb50609d2eeb6586642bcf114fc5239 (patch)
tree84e4e4978d57fe5de321ba69bf9d0c290de60a66 /vendor/github.com/pmezard/go-difflib/difflib/gotest
parent73045e389397816cc2bdd6cd7818b4bce427b265 (diff)
enable ya make for go projects
Diffstat (limited to 'vendor/github.com/pmezard/go-difflib/difflib/gotest')
-rw-r--r--vendor/github.com/pmezard/go-difflib/difflib/gotest/ya.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/pmezard/go-difflib/difflib/gotest/ya.make b/vendor/github.com/pmezard/go-difflib/difflib/gotest/ya.make
new file mode 100644
index 00000000000..a59f404be0c
--- /dev/null
+++ b/vendor/github.com/pmezard/go-difflib/difflib/gotest/ya.make
@@ -0,0 +1,5 @@
+GO_TEST_FOR(vendor/github.com/pmezard/go-difflib/difflib)
+
+LICENSE(BSD-3-Clause)
+
+END()