On Thu, Feb 16, 2017 at 8:50 AM,  <lael.cell...@gmail.com> wrote:
> Le jeudi 16 février 2017 17:46:15 UTC+1, Axel Wagner a écrit :
>>
>> The unsafe package is pretty much virtual. The compiler is aware of it and
>> implements the operations defined by the spec to be in it.
>
> Is it the same for C.call() in the case of the C package ?

No.  The C package is implemented by the cgo tool
(https://golang.org/cmd/cgo), which rewrites the Go source code to use
generated names rather than explicit references to the C package.

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

Reply via email to