numaproj-labs / numaplane

Apache License 2.0
1 stars 5 forks source link

Integrate `mockgen` installation script to `make generate` #82

Closed whynowy closed 4 months ago

whynowy commented 5 months ago

Without mockgen, make generate gives following error.

go generate ./... internal/kubernetes/interface.go:12: running "mockgen": exec: "mockgen": executable file not found in $PATH

xdevxy commented 4 months ago

Closed with refactor.