joker 2020-06-30

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

👍 1

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.