From 2cc5cc4f29f9d18a5419c3c8e1f3ad22464acccd Mon Sep 17 00:00:00 2001 From: beorn7 Date: Wed, 13 Oct 2021 14:21:52 +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 00000000..3aa989ff --- /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.