From 95be7b25be151b6186eb1f8641458f175cc45e84 Mon Sep 17 00:00:00 2001 From: Colin L Rice Date: Wed, 3 Jun 2020 22:54:39 -0400 Subject: go-modules: Add useVend flag to go-modules --- doc/languages-frameworks/go.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/languages-frameworks') diff --git a/doc/languages-frameworks/go.xml b/doc/languages-frameworks/go.xml index ff39276f640..28fe9d0b5a5 100644 --- a/doc/languages-frameworks/go.xml +++ b/doc/languages-frameworks/go.xml @@ -64,6 +64,11 @@ pet = buildGoModule rec { subPackages limits the builder from building child packages that have not been listed. If subPackages is not specified, all child packages will be built. + + + runVend runs the vend command to generate the vendor directory. This is useful if your code depends on c code and go mod tidy does not include the needed sources to build. + + -- cgit 1.4.1