On Thursday, 9 November 2017, 20:17:41 GMT, Alan Conway
<[email protected]> wrote:
> Apologies for the long delay, this is a bug and was reported previously:>
> https://issues.apache.org/jira/browse/PROTON-1429>> I am fixing it now,
> watch the JIRA to be notified when it is fixed. You can> get the latest code
> direct from git, the "go get" repo will be updated with> the next release of
> proton, which should be fairly soon.
Hi there,
Is there any news on when this fix will be formally released?
Otherwise is there a script to automatically fix the issues regarding the git
repository path and $GOPATH?
This approach does not make the `electron` code available to the Go compiler:
```go get qpid.apache.org/electroncd $GOPATH/src/qpid.apache.org/git checkout
4edafb1a473e3a0d9aa3b9498a3f5bba257aba0a```
Having a look here:
https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;a=commit;h=4edafb1a473e3a0d9aa3b9498a3f5bba257aba0a
I can see the path is: `proton-c/bindings/go/src/qpid.apache.org/` and I was
wondering if there is a script that automatically put that code in the expected
path inside $GOPATH?
Many thanks Alessio