Closed carlca closed 4 years ago
Weirdly, the problem occurs if I build from the command line under go 1.15.5
, yet if I build from within VS Code, using go: build workspace
, it builds successfully. I can work with this now. I'm just very puzzled as to why it's happening...
Hello, you don't provide an executable for this for macOS, and when I try to build using
go build ...
after a scary amount of dependency/modules related messages, it eventually falls down with an error aboutnats-io
. To be fair, from what I've read, the problem stems from an Modules related error at thenats-io
end of things, rather than any problem with your package. This is the error I get...I've tried a few suggested fixes. Maybe they are out of date, but none of them work. I've also left a message on the Golang forum so if I get an answer there, I'll let you know.