aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/internal/colltab/ya.make
diff options
context:
space:
mode:
authoruzhas <uzhas@ydb.tech>2023-11-16 16:04:50 +0300
committeruzhas <uzhas@ydb.tech>2023-11-16 17:46:46 +0300
commit46f0c0079bb50609d2eeb6586642bcf114fc5239 (patch)
tree84e4e4978d57fe5de321ba69bf9d0c290de60a66 /vendor/golang.org/x/text/internal/colltab/ya.make
parent73045e389397816cc2bdd6cd7818b4bce427b265 (diff)
downloadydb-46f0c0079bb50609d2eeb6586642bcf114fc5239.tar.gz
enable ya make for go projects
Diffstat (limited to 'vendor/golang.org/x/text/internal/colltab/ya.make')
-rw-r--r--vendor/golang.org/x/text/internal/colltab/ya.make32
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/golang.org/x/text/internal/colltab/ya.make b/vendor/golang.org/x/text/internal/colltab/ya.make
new file mode 100644
index 0000000000..5531611700
--- /dev/null
+++ b/vendor/golang.org/x/text/internal/colltab/ya.make
@@ -0,0 +1,32 @@
+GO_LIBRARY()
+
+LICENSE(BSD-3-Clause)
+
+SRCS(
+ collelem.go
+ colltab.go
+ contract.go
+ iter.go
+ numeric.go
+ table.go
+ trie.go
+ weighter.go
+)
+
+GO_TEST_SRCS(
+ collelem_test.go
+ colltab_test.go
+ contract_test.go
+ iter_test.go
+ numeric_test.go
+ trie_test.go
+ weighter_test.go
+)
+
+GO_XTEST_SRCS(collate_test.go)
+
+END()
+
+RECURSE(
+ # gotest
+)