novuscy
novuscy
Mine is similar, the log says: cat: cannot open /opt/smartdc/agents/etc/net-agent: No such file or directory, any solutions?
I might have the same issue, cross did not pull any docker images on Apple silicon Mac host.
> You can do this: > > ``` > k := "someKey" > v := "someValue" > data := {} > data[k] = v > > fmt := import("fmt") >...
I think I have the same problem here. I cross-compiled my app to run in a ARM device using a Mac. Calling c.Device("wg0") and if wg0 does Not exist, it...