Comment on See Android GoparentComments−fit2rule11yThis is the glue that the Go compiler needs to export its symbols in a way that they can be used from the C side of things in Objective-C, and vice versa. Think of it like a toll-free bridge [ * ] between the ObjC and Golang runtimes.[ * - See https://en.wikipedia.org/wiki/Bridging_(programming) ]
Comments
This is the glue that the Go compiler needs to export its symbols in a way that they can be used from the C side of things in Objective-C, and vice versa. Think of it like a toll-free bridge [ * ] between the ObjC and Golang runtimes.
[ * - See https://en.wikipedia.org/wiki/Bridging_(programming) ]