March 2020
Intermediate to advanced
406 pages
8h 39m
English
The idea of a vendor directory originated with the release of Go 1.5. The vendor folder is a place to store a compiled grouping of external and internal sources into a directory within the project. This means that the code composer no longer has to copy in dependent packages to the source tree. The vendor folder is searched for when the GOPATH looks for dependencies. This is good for a number of reasons:
Read now
Unlock full access