I just had the challenge to create proxy implementations of interfaces and
I found nothing I could use. So I created a small code generator based on
go/parser and go/doc to allow more java-ish reflection stuff with go,
including comment processing (annotations with json values):
https://github.
We had also the same challenges. It is a tough task to integrate go modules
seamlessly into XCode, Android Studio and our CI. Our approach is to create a
temporary workspace to vendor the entire gomobile build. We started first by
using a bash script solution, but ended up with a custom build to