From a534939d24261604f703003ae91e493cfdedc8d5 Mon Sep 17 00:00:00 2001 From: tanujdhir <tanujdhir@google.com> Date: Tue, 9 Jul 2019 06:01:27 -0700 Subject: [PATCH] . PiperOrigin-RevId: 257175646 --- proto/README.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 proto/README.md diff --git a/proto/README.md b/proto/README.md deleted file mode 100644 index 17b6d081b..000000000 --- a/proto/README.md +++ /dev/null @@ -1,14 +0,0 @@ -This folder contains protobuf definitions. - -The subfolders (e.g., aes_gcm_go_proto) contain Go auto-generated code of the -protobuf definitions. These files facilitate using `go get` to install the Tink -library. This is only applicable outside of google3. To update them, execute the -following script: - -```shell -$ g4d tink -$ ./third_party/tink/tools/gen_pb_go.sh -``` - -The script performs a Blaze query for the current Go proto dependencies, -generates the required files. -- GitLab