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
When I run cd myProject && goreporter -p ., it warns me that:
package myProject/cmd/server is not in GOROOT
package myProject/cmd/client is not in GOROOT
package myProject/libA is not in GOROOT
package myProject/libB is not in GOROOT
How could I fix this?
The text was updated successfully, but these errors were encountered:
the project layout is blow:
When I run
cd myProject && goreporter -p .
, it warns me that:How could I fix this?
The text was updated successfully, but these errors were encountered: