[go-nuts] package inspection and runtime/proxy implementation of interfaces

2020-05-08 Thread tschinke256 via golang-nuts
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.

[go-nuts] Re: gomobile and module

2019-05-09 Thread tschinke256 via golang-nuts
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