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
I have a project where I have been using xgo to cross-compile for Linux on MacOS for linking to Oracle client libraries.
I also have to use a 3rd party Go library that has local modifications to it. I had been using replace directive and keeping my code in GOPATH, but I'd like to be able to use the new Go 1.18 workspaces and ditch the GOPATH.
The text was updated successfully, but these errors were encountered:
I have a project where I have been using xgo to cross-compile for Linux on MacOS for linking to Oracle client libraries.
I also have to use a 3rd party Go library that has local modifications to it. I had been using replace directive and keeping my code in GOPATH, but I'd like to be able to use the new Go 1.18 workspaces and ditch the GOPATH.
The text was updated successfully, but these errors were encountered: