2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 15:26:48 +00:00
Luke Kysow bb943bc77c
makefile: give better error for tool installed by wrong package ()
I had protoc-gen-go installed through `google.golang.org/protobuf` instead of
`github.com/golang/protobuf` and `make proto` was failing silently.
This change will ensure you get an error:

```
protoc-gen-go is already installed by module "google.golang.org/protobuf" but
should be installed by module "github.com/golang/protobuf".
Delete it and re-run to re-install.
```
2022-07-19 09:16:24 -07:00
..
2022-06-09 17:04:05 -07:00