diff --git a/doc/languages-frameworks/go.xml b/doc/languages-frameworks/go.xml
index 026acb4e8fb9..54ea60c90212 100644
--- a/doc/languages-frameworks/go.xml
+++ b/doc/languages-frameworks/go.xml
@@ -13,7 +13,7 @@ standard Go programs.
deis = buildGoPackage rec {
name = "deis-${version}";
version = "1.13.0";
-
+
goPackagePath = "github.com/deis/deis";
subPackages = [ "client" ];
@@ -130,6 +130,9 @@ the following arguments are of special significance to the function:
+To extract dependency information from a Go package in automated way use go2nix.
+ It can produce complete derivation and goDeps file for Go programs.
+
buildGoPackage produces
where bin includes program binaries. You can test build a Go binary as follows:
@@ -160,7 +163,4 @@ done
-To extract dependency information from a Go package in automated way use go2nix.
- It can produce complete derivation and goDeps file for Go programs.
-