summary refs log tree commit diff
path: root/doc/languages-frameworks/go.xml
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-31 15:06:53 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-07-31 15:06:53 +1000
commitb3d71cd63dc6ee60894d8d061b9551b57cb5cd33 (patch)
tree01984ee12f3d96ed6879eec7e3c7a5e0904aad34 /doc/languages-frameworks/go.xml
parentaf2055de21e619ea6569421c2a252c8bcca8fb62 (diff)
downloadnixpkgs-b3d71cd63dc6ee60894d8d061b9551b57cb5cd33.tar
nixpkgs-b3d71cd63dc6ee60894d8d061b9551b57cb5cd33.tar.gz
nixpkgs-b3d71cd63dc6ee60894d8d061b9551b57cb5cd33.tar.bz2
nixpkgs-b3d71cd63dc6ee60894d8d061b9551b57cb5cd33.tar.lz
nixpkgs-b3d71cd63dc6ee60894d8d061b9551b57cb5cd33.tar.xz
nixpkgs-b3d71cd63dc6ee60894d8d061b9551b57cb5cd33.tar.zst
nixpkgs-b3d71cd63dc6ee60894d8d061b9551b57cb5cd33.zip
doc/*: editorconfig fixes
Diffstat (limited to 'doc/languages-frameworks/go.xml')
-rw-r--r--doc/languages-frameworks/go.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/go.xml b/doc/languages-frameworks/go.xml
index ff39276f640..64c3615bfb7 100644
--- a/doc/languages-frameworks/go.xml
+++ b/doc/languages-frameworks/go.xml
@@ -72,7 +72,7 @@ pet = buildGoModule rec {
 
     When `null` is used as a value, rather than fetching the dependencies
     and vendoring them, we use the vendoring included within the source repo.
-    If you'd like to not have to update this field on dependency changes, 
+    If you'd like to not have to update this field on dependency changes,
     run `go mod vendor` in your source repo and set 'vendorSha256 = null;'
   </para>
  </section>