You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?