Update README.md

This commit is contained in:
Kyle Quest
2024-01-24 18:18:33 -08:00
committed by GitHub
parent 6a5696718b
commit 4c9184a207

2
vendor/README.md vendored
View File

@@ -1,6 +1,6 @@
# `/vendor`
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).
Application dependencies (managed manually or by your favorite dependency management tool or the built-in [`modules`](https://github.com/golang/go/wiki/Modules) feature).
Don't commit your application dependencies if you are building a library.