Fork me on GitHub
#joker
<
2020-06-30
>
Ian Fernandez17:06:32

there is a way to run joker inside a go program?

đź‘Ť 3
jcburley17:06:05

Joker is a standalone executable, and doesn’t offer a package (runtime library) at this time. As an executable, though, a Go program could spawn another process to run, or simply exec, Joker, with the appropriate command-line arguments.

jcburley17:06:05

Joker is a standalone executable, and doesn’t offer a package (runtime library) at this time. As an executable, though, a Go program could spawn another process to run, or simply exec, Joker, with the appropriate command-line arguments.