summary refs log tree commit diff
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)
downloadnixpkgs-95be7b25be151b6186eb1f8641458f175cc45e84.tar
nixpkgs-95be7b25be151b6186eb1f8641458f175cc45e84.tar.gz
nixpkgs-95be7b25be151b6186eb1f8641458f175cc45e84.tar.bz2
nixpkgs-95be7b25be151b6186eb1f8641458f175cc45e84.tar.lz
nixpkgs-95be7b25be151b6186eb1f8641458f175cc45e84.tar.xz
nixpkgs-95be7b25be151b6186eb1f8641458f175cc45e84.tar.zst
nixpkgs-95be7b25be151b6186eb1f8641458f175cc45e84.zip
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 ff39276f640..28fe9d0b5a5 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>