From 4946fc865c4b86d95b85be7d00f7bf14191c2e58 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 13 Oct 2021 14:40:09 +0200 Subject: [PATCH] Add deprecation note to pkg directory Signed-off-by: beorn7 --- pkg/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/README.md diff --git a/pkg/README.md b/pkg/README.md new file mode 100644 index 0000000..3aa989f --- /dev/null +++ b/pkg/README.md @@ -0,0 +1,3 @@ +The `pkg` directory is deprecated. +Please do not add new packages to this directory. +Existing packages will be moved elsewhere eventually.