Merge pull request #89453 from c00w/vend

Add vend support to go-modules
This commit is contained in:
zowoq
2020-07-31 15:16:47 +10:00
committed by GitHub
11 changed files with 71 additions and 89 deletions

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>