Files
project-layout/vendor/README.md
Zidni Mubarok a156be9f5c Update /vendor/README.md
since the vendor already stable since 1.5, update the doc to remove the note on vendor still experiment.
2023-11-09 20:03:33 +07:00

8 lines
581 B
Markdown

# `/vendor`
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.
Note that since [`1.13`](https://golang.org/doc/go1.13#modules) Go also enabled the module proxy feature (using `https://proxy.golang.org` as their module proxy server by default). Read more about it [`here`](https://blog.golang.org/module-mirror-launch) to see if it fits all of your requirements and constraints. If it does, then you won't need the 'vendor' directory at all.