[go-nuts] How to invoke methods with variant interface when you have array of interface?

2016-12-29 Thread jishnu
I am newbie in Go please bear with me I have to invoke a method in another package *someFunc(query string, args ...interface{})* I have 2 variable of type *string ,[]interface{} *Is it possible to invoke the above method? If yes how? Regards Jishnu

[go-nuts] Code-base Refactoring Tool for Go , Move files from packages to sub packages

2016-12-13 Thread jishnu
http://stackoverflow.com/questions/41121448/code-base-refactoring-tool-for-go-move-files-from-packages-to-sub-packages Currently my code-base have just 1 level of packages , due to the increase in number of components it would make much sense if I use sub packages.Is there any code refactoring