about summary refs log tree commit diff
path: root/nix/buildGo/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'nix/buildGo/README.md')
-rw-r--r--nix/buildGo/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildGo/README.md b/nix/buildGo/README.md
index e84ede663b..37e0c06933 100644
--- a/nix/buildGo/README.md
+++ b/nix/buildGo/README.md
@@ -85,7 +85,7 @@ in buildGo.program {
 
   | parameter | type         | use                                            | required? |
   |-----------|--------------|------------------------------------------------|-----------|
-  | `name`    | `string`     | Name of the library (and resulting executable) | yes       |
+  | `name`    | `string`     | Name of the library                            | yes       |
   | `srcs`    | `list<path>` | List of paths to source files                  | yes       |
   | `deps`    | `list<drv>`  | List of dependencies (i.e. other Go libraries) | no        |
   | `path`    | `string`     | Go import path for the resulting library       | no        |