From 444e6e952bc06ddb94103febbf09d4082b3c5009 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Sun, 26 Oct 2014 16:28:48 -0700 Subject: [PATCH] pkg: add README.md --- pkg/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pkg/README.md diff --git a/pkg/README.md b/pkg/README.md new file mode 100644 index 000000000..d7de4d33b --- /dev/null +++ b/pkg/README.md @@ -0,0 +1,2 @@ +pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here +only if it could possibly be moved out into its own repository in the future.