Thank you! Beside fun, I want to use this tool, for code generation based on current code. For example create function to handle CRUD on a structure in database (instead of ORM) or ... I have several other packages for doing this, its somehow, my next generation of those packages.
About finding types implementing an interface, currently no. But I want to create new type called definition, and some helper functions to handle this kind of query : select * from funcs where args_count (def) = 1 and args (def, 1)= 'int' (just to demonstrate the idea) Something similar to this. Definition is a type like json type in postgres, with function and probably operator. Currently working on definitions part in def branch. Sorry for many typo, writing this on my phone :) -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
