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
As you can see, it searches for path that ends with "src". So I have one question and one notice:
is it kind of golang agreement that I'm not aware of that GOPATH must end with "src"?
if GOPATH doesn't have "src" easyjson returns an error that looks like "file '/my/go/path/some_file.go' is not in GOPATH '/my/go/path'" which is very confusing
I personally don't use GOPATH for a long time (since modules become a thing), but I faced with this issues when tried to run easyjson in some CI on autogenerated files (yes, I do easyjson autogeneration after another autogeneration).
The text was updated successfully, but these errors were encountered:
Here
easyjson/parser/pkgpath.go
Line 122 in c120ca7
As you can see, it searches for path that ends with "src". So I have one question and one notice:
I personally don't use GOPATH for a long time (since modules become a thing), but I faced with this issues when tried to run easyjson in some CI on autogenerated files (yes, I do easyjson autogeneration after another autogeneration).
The text was updated successfully, but these errors were encountered: