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 Mar 6, 2020. It is now read-only.
In #57 we changed the cwd to be $PROJECT not pkg.Dir. this has lead to some hacks when adding cgo support which generates temporary files in a location outside $PROJECT.
The suggestion is to always build in the pwd gb was called from (or -R)
In #57 we changed the cwd to be $PROJECT not pkg.Dir. this has lead to some hacks when adding cgo support which generates temporary files in a location outside $PROJECT.
The suggestion is to always build in the pwd gb was called from (or -R)
This may also fix #97
Cc @fatih
The text was updated successfully, but these errors were encountered: