-
Notifications
You must be signed in to change notification settings - Fork 569
Closed
Labels
enhancementgopherjs-toolRelated to the gopherjs tool or its build system (but not the compiler itself).Related to the gopherjs tool or its build system (but not the compiler itself).
Milestone
Description
Now Go 1.11 introduces module-get, I suggest to change gopherjs build
or other commands to be module-aware. For example, I'd want the below code to be workable:
mkdir foo
cd foo
go mod init example.com/m
go get github.com/gopherjs/gopherjs
gopherjs build -tags=example github.com/hajimehoshi/ebiten/examples/sprites@master
profelis, dmitshur, mkrou, GodsBoss, hogedigo and 1 moreschneiderfelipeschneiderfelipeschneiderfelipeschneiderfelipe
Metadata
Metadata
Assignees
Labels
enhancementgopherjs-toolRelated to the gopherjs tool or its build system (but not the compiler itself).Related to the gopherjs tool or its build system (but not the compiler itself).