fix(buildGo): Correctly refer to goGrpc package

This commit is contained in:
Vincent Ambo 2019-12-13 00:08:36 +00:00 committed by Vincent Ambo
parent d8ef203f78
commit 41c28cf60e

View file

@ -98,7 +98,7 @@ let
}; };
# Build a Go library out of the specified gRPC definition. # Build a Go library out of the specified gRPC definition.
grpc = args: proto (args // { extraDeps = [ protoLibs.goGrpc ]; }); grpc = args: proto (args // { extraDeps = [ protoLibs.goGrpc.gopkg ]; });
in { in {
# Only the high-level builder functions are exposed, but made # Only the high-level builder functions are exposed, but made