package inspection and runtime/proxy implementation of interfaces
26 views
Skip to first unread message
tschi...@googlemail.com
unread,
May 8, 2020, 11:55:47 AM5/8/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 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.com/worldiety/reflectplus