v8worker2
v8worker2 copied to clipboard
GO111MODULE=on seems to break install
I'm having some trouble installing the package. I'm using the go get command but with the -d flag. I'm on OSX and noticed that the package doesn't make its way to my $GOHOME/src
path. instead it's installed into the src/mod/cache
.
I assume it's safer to just clone the package and run the install directly?