From 3eea5ea83b1e75665c9280df268db8c4bbc6520c Mon Sep 17 00:00:00 2001 From: Louis Ryan Date: Tue, 6 Dec 2016 10:41:51 -0800 Subject: [PATCH] Create README.md for endpoints code dump Describe intent of directory. --- contrib/endpoints/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contrib/endpoints/README.md diff --git a/contrib/endpoints/README.md b/contrib/endpoints/README.md new file mode 100644 index 00000000000..eb7d8ac54e7 --- /dev/null +++ b/contrib/endpoints/README.md @@ -0,0 +1,3 @@ +This directory contains a dump of the code from [Google Cloud Endpoints proxy](https://cloud.google.com/endpoints/) +so that it can be leveraged by other proxy implementations or used as a reference. +