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
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