Currently reco check --source addition breaks when run from /examples as this results in a symlink from our virtual gopath to /examples/vendor which doesn't exist. With this PR the symlink will now point to /examples/addition/vendor which does exist and reco check will work as intended.
Currently
reco check --source addition
breaks when run from/examples
as this results in a symlink from our virtual gopath to/examples/vendor
which doesn't exist. With this PR the symlink will now point to/examples/addition/vendor
which does exist andreco check
will work as intended.