go: Fix package example
This commit is contained in:
parent
4d870f665b
commit
f7dc354f42
|
@ -27,7 +27,8 @@ in
|
||||||
default = {};
|
default = {};
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
"golang.org/x/time/rate" = builtins.fetchGit "https://go.googlesource.com/text";
|
"golang.org/x/text" = builtins.fetchGit "https://go.googlesource.com/text";
|
||||||
|
"golang.org/x/time" = builtins.fetchGit "https://go.googlesource.com/time";
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
description = "Packages to add to GOPATH.";
|
description = "Packages to add to GOPATH.";
|
||||||
|
|
Loading…
Reference in a new issue