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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: