On Thu, Mar 28, 2019 at 3:08 PM Ashutosh Baghel <[email protected]> wrote: > > Hi folks, > > I am new to Go-Programming and having the following requirement, I need to > have Array of Strings,(for example names) at my 'Go Side' . > > But i would get this names from my C library API which i have included in my > Go program. > > Note: I have liberty to modify the C library too, i could control the return > type. > > Please help with this.
Start with https://golang.org/cmd/cgo. Ian -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
