[go-nuts] Re: gomobile genjava duplicate constructor definition

2019-03-18 Thread kevin . harrison
Elias, thank you for the prompt response and submitting a fix. I have checked this out, and though it does result in successful compilation, it does not solve my problem because the public constructor is removed allowing me no initializer access from the application side. I had attempted to

[go-nuts] gomobile genjava duplicate constructor definition

2019-03-15 Thread kevin . harrison
I am attempting to update a service package which was written to be used on mobile devices by using the gomobile bind package. It appears there was a change made in this commit

[go-nuts] Gomobile Java generation

2019-03-06 Thread kevin . harrison
1. What version of Go are you using (`go version`)? go1.11.4 darwin/amd64 2. What operating system and processor architecture are you using? GOOS="darwin" GOARCH="amd64" 3. What did you do? I attempted to generate android bindings using gomobile bind. 4. What did you