go-modules: Add useVend flag to go-modules

This commit is contained in:
Colin L Rice
2020-07-28 21:11:28 -04:00
parent 148138e9de
commit 95be7b25be
3 changed files with 20 additions and 2 deletions
+5
View File
@@ -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>