diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-29T00·03+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-29T00·03+0000 |
commit | 0001dfd7f6e1d2c782d80c49d3148408287af8d4 (patch) | |
tree | 1918364d4d1317e4d1979c21b151f44ae37c5ad6 /nix/buildGo | |
parent | 39b0176026cd8bda24158a04308df4679e19dcaf (diff) |
docs(nix/buildLisp): Update the README with actual docs r/471
Diffstat (limited to 'nix/buildGo')
-rw-r--r-- | nix/buildGo/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildGo/README.md b/nix/buildGo/README.md index e84ede663bf8..37e0c06933f9 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 | |