Merge pull request #400 from prometheus/beorn7/deprecation

Add deprecation note to pkg directory
This commit is contained in:
Matthias Rampke 2021-10-14 13:22:22 +02:00 committed by GitHub
commit 5c8622abc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
pkg/README.md Normal file
View file

@ -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.