Hi,

I am interested in driving a command line written in go from my own go code 
but I do not want just to wrap the command line and would like to build it 
into my own binary. Most of the tool entry points are in its main package 
but I can't obviously import the main package. I can copy just its main 
package code into mine, give it a new package name and compile but I can't 
stay in sych with the tool code base (in github) in a clean way. 

what is your recommended way of doing this?

Thanks,
Mike

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to