Russ,
I'm working on adding support for Bitbucket, per your comment in #23950
<https://github.com/golang/go/issues/23950>. I'm struggling a bit with
executing the tests in x/vgo -- should I expect vgo test to work? I feel
like I'm missing something obvious.
I added unit tests first and they're failing (as expected) but not for the
reasons I'd expect:
➜ vgo git:(master) ✗ vgo test ./vendor/cmd/go/internal/modfetch/
vgo: import "github.com/serussell/vgo/vendor/cmd/go/internal/modfetch" ->
import "cmd/go/internal/modconv" [/usr/local/go/src/cmd/go/internal/
modconv]: open /usr/local/go/src/cmd/go/internal/modconv: no such file or
directory
Many similar messages follow this. Why is it looking in GOROOT? The
project directory structure still follows the legacy
$GOPATH/src/github/serussell/vgo pattern.
I'm hacking on fetch.go, but I'd feel more comfortable if I could execute
the unit tests.
Thanks,
--- SER
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.