Have you seen cgo?
<https://blog.golang.org/c-go-cgo>
(more here <https://golang.org/cmd/cgo/> and some examples 
<https://golang.org/misc/cgo/>)


On Friday, September 14, 2018 at 7:39:35 AM UTC-7, Vitold S wrote:
>
> Hello my friends,
>
> Right now I review go ui  module ( https://github.com/andlabs/ui ) and 
> compile example and happy that I can create cross platofrm UI application 
> without HTML engine involving.
> But little later when I start research module I found compile and linking 
> with binary *.a files under platforms. It look like speedup compilation but 
> may contain binary blob and proprietary firmware
> or some unsecure code.
>
> Right now I fell that Go wery young and designeless bridge between C and 
> Go. I happy to see that source code on C compile with Go module but it 
> require create some thing like make scenarios.
>
> Can we ask Rob about ideas to simplify and safe all our from using 
> unsigned *.a binary compilation.
>
> P.S. Main my idea is get a simple way to excange executing between Go and 
> C source code.
>
> Thanks.
>

-- 
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