There are a few ways to embed binary data inside a Go executable, mainly 
using go generate to create a const byte slice. At runtime you could then 
extract the binary, though this probably might make some anti virus 
products mad at you.

On Tuesday, November 8, 2016 at 2:38:48 PM UTC+13, ChrisLu wrote:
>
> Hi,
>
> I am working on a project to start a LuaJIT process from Go.
>
> My question is whether it is possible to bundle LuaJIT binary together 
> with Go executable?
>
> If having this, this would avoid the external dependency to install LuaJIT.
>
> Chris
> ------------------
> https://github.com/chrislusf/gleam
>
>

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