You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent.pb.go generated by protoc -I . proto/agent/agent.proto --go_out=plugins=grpc:${GOPATH}/src is placed at $GOPATH/src/assumes/sigs.k8s.io/apiserver-network-proxy/proto/agent. But cat hack/go-license-header.txt proto/agent/agent.pb.go > proto/agent/agent.licensed.go try to read it from the current directory, which doesn't work outside the $GOPATH
make gen requires the golang/mock, which is not mentioned in the README
The text was updated successfully, but these errors were encountered:
agent.pb.go
generated byprotoc -I . proto/agent/agent.proto --go_out=plugins=grpc:${GOPATH}/src
is placed at$GOPATH/src/assumes/sigs.k8s.io/apiserver-network-proxy/proto/agent
. Butcat hack/go-license-header.txt proto/agent/agent.pb.go > proto/agent/agent.licensed.go
try to read it from the current directory, which doesn't work outside the $GOPATHmake gen
requires the golang/mock, which is not mentioned in the READMEThe text was updated successfully, but these errors were encountered: