joker

2020-06-30T17:19:32.095300Z

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

👍 1
jcburley 2020-06-30T17:39:05.095600Z

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.