/goshimpy

A go shim for python to allow you to call python functions like they're go functions

Primary LanguageGo

goshimpy

GoDoc

A go shim for python

When it's finished you will be able to call a function in python from go without needing to care how it happens.

To call a function in python call goshimpy.Call()

Parameters should be as follows: goshimpy.Call(funcName, importPath, &outputTarget, params…)