I wouldn't think that a tool for transpiling Python to Go would be harder than creating a whole new runtime. Most of the work is already done; you can get the compiled ASTs directly out of Python itself.
Of course, if it started out as a "this seems like a cool project", that skews the "a is more efficient than b" ratio significantly.