summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-31 15:16:47 +1000
committerGitHub <noreply@github.com>2020-07-31 15:16:47 +1000
commite703f3f34bb36590004c38143022dac29ead0257 (patch)
tree8c2a272827f488ac5fc809d3ac4fb430df22a7f6 /doc
parentbaca1baa4316ff1f5fcf93aad5395052b9f37798 (diff)
parent96908e43411c3146365de71e006303c5d70a76e3 (diff)
downloadnixpkgs-e703f3f34bb36590004c38143022dac29ead0257.tar
nixpkgs-e703f3f34bb36590004c38143022dac29ead0257.tar.gz
nixpkgs-e703f3f34bb36590004c38143022dac29ead0257.tar.bz2
nixpkgs-e703f3f34bb36590004c38143022dac29ead0257.tar.lz
nixpkgs-e703f3f34bb36590004c38143022dac29ead0257.tar.xz
nixpkgs-e703f3f34bb36590004c38143022dac29ead0257.tar.zst
nixpkgs-e703f3f34bb36590004c38143022dac29ead0257.zip
Merge pull request #89453 from c00w/vend
Add vend support 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 64c3615bfb7..06901449fa2 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>