aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/jackc/pgx/v5/stdlib/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/github.com/jackc/pgx/v5/stdlib/ya.make
parent73045e389397816cc2bdd6cd7818b4bce427b265 (diff)
downloadydb-46f0c0079bb50609d2eeb6586642bcf114fc5239.tar.gz
enable ya make for go projects
Diffstat (limited to 'vendor/github.com/jackc/pgx/v5/stdlib/ya.make')
-rw-r--r--vendor/github.com/jackc/pgx/v5/stdlib/ya.make14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/jackc/pgx/v5/stdlib/ya.make b/vendor/github.com/jackc/pgx/v5/stdlib/ya.make
new file mode 100644
index 0000000000..25d41212c5
--- /dev/null
+++ b/vendor/github.com/jackc/pgx/v5/stdlib/ya.make
@@ -0,0 +1,14 @@
+GO_LIBRARY()
+
+LICENSE(MIT)
+
+SRCS(sql.go)
+
+GO_XTEST_SRCS(
+ # bench_test.go
+ # sql_test.go
+)
+
+END()
+
+RECURSE(gotest)