mitchellh / gox

A dead simple, no frills Go cross compile tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gox does not support build of library

dgsb opened this issue · comments

go 1.11 has introduced the support of out of gopath repository and build with the definition of module through a go.mod at the root of the repository.
When trying to build such a package with gox nothing does happens, build is just ignored.

In fact I could not succeed either to run the build matrix with go 1.10 in gopath either.

Only packages named main are built