gox icon indicating copy to clipboard operation
gox copied to clipboard

gox does not support build of library

Open dgsb opened this issue 7 years ago • 2 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.

dgsb avatar Oct 06 '18 13:10 dgsb

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

dgsb avatar Oct 06 '18 13:10 dgsb

Only packages named main are built

dgsb avatar Oct 09 '18 12:10 dgsb