Skip to content
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

failed to build server/client : package mms/model is not in GOROOT #9

Open
byteshiva opened this issue Sep 15, 2020 · 1 comment
Open

Comments

@byteshiva
Copy link

failed to build server and client
error:
package mms/model is not in GOROOT

To fix it, I created go.mod file and added module mms statement
$vim go.mod
module mms

The issue is available at

https://github.com/striversity/gotr/tree/master/023-gRPC/ep023.3/ex2
@byteshiva
Copy link
Author

fix:

create go.mod in the respective directory and add appropriate module statement

module mms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant