Re: [go-nuts] building an exe that will embed import in the .exe

2016-08-03 Thread Zlatko Čalušić
Hello, When you compile go program, all your source and source from all imported packages is compiled together in the same binary (.exe). You don't need to worry about it. That's actually one of the go strengths, no dll hell. On 03.08.2016 07:57, ov35...@gmail.com wrote: Hi, i have a prog

[go-nuts] building an exe that will embed import in the .exe

2016-08-03 Thread ov35711
Hi, i have a program that imports a package from github.com/abc... when i build the .exe how can i have the package/dependency included in the .exe ? thanks, Al -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group