go dev drv: add ginkgo and gomega
This commit is contained in:
parent
4b068f35cf
commit
478a117903
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ let
|
||||||
goPackages.godep
|
goPackages.godep
|
||||||
goPackages.godep.bin
|
goPackages.godep.bin
|
||||||
goPackages.gox.bin
|
goPackages.gox.bin
|
||||||
|
goPackages.ginkgo
|
||||||
|
goPackages.ginkgo.bin
|
||||||
|
goPackages.gomega
|
||||||
];
|
];
|
||||||
goShellHook = { goPackages, name }: ''
|
goShellHook = { goPackages, name }: ''
|
||||||
goname=${goPackages.go.version}_$name
|
goname=${goPackages.go.version}_$name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue