summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorColin L Rice <colin@daedrum.net>2020-06-03 22:54:39 -0400
committerColin L Rice <colin@daedrum.net>2020-07-28 21:11:28 -0400
commit95be7b25be151b6186eb1f8641458f175cc45e84 (patch)
treef74b7fcf337c7050b271ac879c40714ece7e24dc /doc
parent148138e9de76eccbc7fb30c61914574e8188267b (diff)
go-modules: Add useVend flag to go-modules
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/go.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/languages-frameworks/go.xml b/doc/languages-frameworks/go.xml
index ff39276f640e..28fe9d0b5a54 100644
--- a/doc/languages-frameworks/go.xml
+++ b/doc/languages-frameworks/go.xml
@@ -64,6 +64,11 @@ pet = buildGoModule rec {
<varname>subPackages</varname> limits the builder from building child packages that have not been listed. If <varname>subPackages</varname> is not specified, all child packages will be built.
</para>
</callout>
+ <callout arearefs='ex-buildGoModule-3'>
+ <para>
+ <varname>runVend</varname> 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.
+ </para>
+ </callout>
</calloutlist>
</para>