Robert Findley
Robert Findley
@unusualevent sorry, I'm not sure I understand. In your example, I would expect `./helloworld/example` to work, but not `./helloworld/example2`. Is that what you observed?
@xrstf this does indeed sound like a regression. [email protected] was in fact designed to simplify working in multi-module workspaces (and fix several bugs). What you're describing is a bug, not...
@xrstf some other questions: 1. Are you working in a GOPATH directory? I.e. are you working in GOPATH/src? 2. How many modules do you have in your multi-module repo? Do...
Yes, I will send a change.
@pasckosky gopls should handle the case of a _single_ nested module correctly. Is it possible that you have multiple nested modules? The solution for this is [in progress](https://go.dev/issue/57979), which is...
Thanks -- we can leave this open.
@davidolrik you may be hitting https://go.dev/issue/63917. Do you have a go.mod file in a parent directory of `client`?
CC @hyangah @suzmue Can you please share your settings.json?
CC @griesemer @adonovan @mdempsky I think Robert and I had discussed this, at some point. This would be a rather invasive API. An initial, naive thought: I wonder how much...
@griesemer interesting. I guess the question is whether this is an interface for unification, or _inference_. (nobody suggested an API for inference, but that is what I was thinking about)....