Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Arkadiusz Drabczyk 13f3654146 Convert github.com/golang/go/wiki links to go.dev/wiki 1 ano atrás
..
README.md Convert github.com/golang/go/wiki links to go.dev/wiki 1 ano atrás

README.md

/vendor

Application dependencies (managed manually or by your favorite dependency management tool or the built-in modules feature).

Don’t commit your application dependencies if you are building a library.

Note that since 1.13 Go also enabled the module proxy feature (using https://proxy.golang.org as their module proxy server by default). Read more about it here to see if it fits all of your requirements and constraints. If it does, then you won’t need the ‘vendor’ directory at all.