Am 24.06.26 um 15:16 schrieb Andrew Lee: > Hi Tobias, > > On Wed, Jun 24, 2026 at 3:12 PM Dr. Tobias Quathamer <[email protected]> wrote: >> approach. Most of them are rather ancient, sometimes without a go.mod >> file at all. I'm not sure yet how to handle those cases. > > Have you tested if set GO111MODULE=auto or complete not set may handle > such cases that without a go.mod file at all?
Hi Andrew, no, I haven't. Interesting thought, though. However, I thought that it might be better to "inject" a minimal go.mod file for those cases, with just one line, "module a/b/c". From my understanding, this is what the golang compiler does in such cases. My goal would be to mimic the upstream compiler behavior as closely as possible in our builds. Regards, Tobias
OpenPGP_signature.asc
Description: OpenPGP digital signature
