there is a way to run joker inside a go program?
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.