From 0001dfd7f6e1d2c782d80c49d3148408287af8d4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 29 Jan 2020 00:03:24 +0000 Subject: docs(nix/buildLisp): Update the README with actual docs --- nix/buildGo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/buildGo') 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` | List of paths to source files | yes | | `deps` | `list` | List of dependencies (i.e. other Go libraries) | no | | `path` | `string` | Go import path for the resulting library | no | -- cgit 1.4.1