From 6a5696718be3434cea10c84a4ea8a16e013b3587 Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Wed, 24 Jan 2024 18:17:25 -0800 Subject: [PATCH] Update README.md --- vendor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/README.md b/vendor/README.md index abf25a4..3e7fc23 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). +Application dependencies (managed manually or by your favorite dependency management tool like the new built-in [`modules`](https://github.com/golang/go/wiki/Modules) feature). Don't commit your application dependencies if you are building a library.