about summary refs log tree commit diff
path: root/nix/buildGo
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-29T00·03+0000
committerVincent Ambo <tazjin@google.com>2020-01-29T00·03+0000
commit0001dfd7f6e1d2c782d80c49d3148408287af8d4 (patch)
tree1918364d4d1317e4d1979c21b151f44ae37c5ad6 /nix/buildGo
parent39b0176026cd8bda24158a04308df4679e19dcaf (diff)
docs(nix/buildLisp): Update the README with actual docs r/471
Diffstat (limited to 'nix/buildGo')
-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        |