Thanks to visit codestin.com
Credit goes to github.com

Skip to content

module-aware building #855

Closed
Closed
@hajimehoshi

Description

@hajimehoshi

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

Metadata

Metadata

Assignees

Labels

enhancementgopherjs-toolRelated to the gopherjs tool or its build system (but not the compiler itself).

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions