diff options
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 | |