go workspace setup question: dagger function -> normal go module: how to set up the go workspace so the codegen for the dagger function finds the module it depends on?
I have a dagger function that calls into some private module's code and it works just fine. Until I tried to optimize my local dev situation and put them both inside of a go workspace.
I searched the discord and found 2 messages, one seemed to not be the same issue as this was someone in 2024 trying to call a Dagger Function from normal go code, whereas, in my case, this the reverse chain.
