moosemanf
moosemanf
I'm also wondering why vue and vuex is not recognized as a package?!
but you can change the error to a warning `warn` or disable the according rule: `'import/no-relative-parent-imports': 'warn'` in .eslintrc.js
we would be also interested in the solution, hoping for the best ;)
just spent some time over this, what worked for me was: ``` func (a Actor) Something(msg Message) { pid := c.SpawnChild(led.NewLedEngine(options), msg) a.pid = pid.ID // myName/34534523452345/msg/4563456356345 } ``` and...