Closed
Description
Hi,
I have no clue how easy or difficult this would be. Any chance of adding support for looking up packages the way vgo
does? It allows go modules to be built outside of the GOPATH
, and it looks up dependencies in $GOPATH/go/src/mod/${IMPORT_PATH}@${VERSION}/
, where import_path and version are as defined in the go.mod
file in the project folder.
I've never looked into GopherJS code, but I'm assuming this wouldn't be terribly complicated?
Cheers!
Bruno
Metadata
Metadata
Assignees
Labels
No labels