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
Please answer these questions before submitting your issue.
What version of gRPC are you using?
v1.15.0
What version of Go are you using (go version)?
go version go1.11 windows/amd64
What operating system (Linux, Windows, …) and version?
windows10 version is 1803
What did you do?
If possible, provide a recipe for reproducing the error.
in my project file go.mod
replace (
google.golang.org/grpc v1.15.0 => github.com/grpc/grpc-go v1.15.0
)
What did you expect to see?
normal run, replace 'golang.org/x/lint' to 'github.com/golang/lint'
What did you see instead?
go: github.com/golang/lint@v0.0.0-20180702182130-06c8688daad7 used for two different module paths (github.com/golang/lint and golang.org/x/lint)
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue.
What version of gRPC are you using?
What version of Go are you using (
go version
)?What operating system (Linux, Windows, …) and version?
What did you do?
If possible, provide a recipe for reproducing the error.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: