Owen Waller
Owen Waller
Hi Bradley, Many thanks for the reply. A little more research on my part has suggested there might be a way. One technique suggested in React based apps is to...
HI, Apoligises for the delay in replying. Thanks to @hirohido for reminding me to reply. Hopefully this will help you. @bradleypeabody The example was just enough to work this out....
Hi, I have just tried this and I get exactly the same result. I agree with you that this is a change in the `go` command's behaviour with modules, but...
Hi, Just out of curiosity, I've just tried this: ``` cd ~/vugu-example go mod tidy ``` So see if the go module tool chain can resolve the missing module entries....
Hi, If I unset GO111MODULE (the go v1.16 default), and run things again from a clean disk then, yes, with the addition of a `go mod tidy` before running `vgrun...
Hi, It seems to be possible that this is bug in the go toolchain. The error message is the same and the circumstances seem to be similar. I assume you...
Hi, Hum, now things appear to be very broken. In order to see if your push of a `go.sum` to the example apps repo made any change I've done this....
Hi, Opps my mistake, I was trying to download the module `github.com/vugu/devutil` *not* the correct `github.com/vugu/vugu/devutil`. Once I download the correct module then, yes, it all works. The alternative command...
Hi, No adding a simple `go mod tidy` before running `vgrun devserver.go` is not the fix, now that the `go.sum` has been added to the example application repo. I've just...
Hi, Hum. There seems to be no great solution to this. Either we wait and see what happens with the go tool itself, or we try to work around it....