From a156be9f5c13815dfa79a5439326b25f0d2666f6 Mon Sep 17 00:00:00 2001 From: Zidni Mubarok Date: Thu, 9 Nov 2023 20:03:33 +0700 Subject: [PATCH] Update /vendor/README.md since the vendor already stable since 1.5, update the doc to remove the note on vendor still experiment. --- vendor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/README.md b/vendor/README.md index 60e8be4..abf25a4 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -1,6 +1,6 @@ # `/vendor` -Application dependencies (managed manually or by your favorite dependency management tool like the new built-in, but still experimental, [`modules`](https://github.com/golang/go/wiki/Modules) feature). +Application dependencies (managed manually or by your favorite dependency management tool like the new built-in). Don't commit your application dependencies if you are building a library.