[go-nuts] Using archive ".a" at time of build

2019-05-10 Thread raje . android
Hi, I have certain utility package which can be used by multiple projects. Now in place of copying complete utility code in all of these projects at time of building that project, I need to use archive file . So, I generated and it is placed in $GOPATH/pkg/linux_amd64 [Note $GOROOT and $GOPA

Re: [go-nuts] Using archive ".a" at time of build

2019-05-10 Thread raje . android
Hi Ian, Thanks for update. But than it is confusing, what is use of ".a" files ? Where we can use it ? Regards, Rajesh -- 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 ema

Re: [go-nuts] Using archive ".a" at time of build

2019-05-13 Thread raje . android
> > Hi Ian, Is there any other way in Go, using which we can hide code of common utilities and still it can be used in different projects (like static and dynamic libraries in C). Rajesh -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To un