diff options
author | sidh <sidh@yandex-team.ru> | 2022-02-10 16:51:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:12 +0300 |
commit | d54b0314e57e39549873d9491b6a30f9138f2997 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/rules/go/README.md | |
parent | ba9fd5b4f91f51e0d8cfc5e4a7b7038f33ebe3d4 (diff) | |
download | ydb-d54b0314e57e39549873d9491b6a30f9138f2997.tar.gz |
Restoring authorship annotation for <sidh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules/go/README.md')
-rw-r--r-- | build/rules/go/README.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build/rules/go/README.md b/build/rules/go/README.md index d51c79fb9a..82b1b50b97 100644 --- a/build/rules/go/README.md +++ b/build/rules/go/README.md @@ -1,9 +1,9 @@ -# PEERDIR policy for Go - -## IMPORTANT -None of files in this directory can be moved or split into multiple files without explicit OK from go-com@yandex-team.ru -Doing otherwise will break vendoring tooling. - - * `contrib.policy` - special exceptions for patched contribs - * `migrations.yaml` - exceptions for linters (no additions allowed except when implementing new linters or updating old ones) - * `vendor.policy` - general PEERDIR policy for contribs +# PEERDIR policy for Go + +## IMPORTANT +None of files in this directory can be moved or split into multiple files without explicit OK from go-com@yandex-team.ru +Doing otherwise will break vendoring tooling. + + * `contrib.policy` - special exceptions for patched contribs + * `migrations.yaml` - exceptions for linters (no additions allowed except when implementing new linters or updating old ones) + * `vendor.policy` - general PEERDIR policy for contribs |