-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: package google.golang.org/protobuf/proto is not a main package when running make #107
Comments
Welcome to go-food-delivery-microservices. Thank you for reporting your first issue. Please check out our contributor guide. |
Hi, |
Hello, Thanks for your reply. But executing this command does not solve my problem. The same error occurs when executing If you need more details about my system configuration, please let me know. |
Hi, |
Description:
When attempting to set up the project using make, I encounter the following error:
package google.golang.org/protobuf/proto is not a main package
make: *** [install-tools] Error 1
Environment:
Operating System: MacOS
Go Version: go1.23.1 darwin/amd64
Steps to Reproduce:
Expected Behavior:
The project should build successfully without encountering errors related to the package google.golang.org/protobuf/proto.
Additional Information:
Please let me know if there are any specific dependencies or configurations required for compatibility with the Go version mentioned or any other troubleshooting steps I should follow.
The text was updated successfully, but these errors were encountered: