Calling #golang from #python is a no-go. It can be done but requires go->cgo->c/c++->cython->python and you still need to have excellent knowledge of c & c++ type systems.
And for all that effort, it is slower than a python-only solution.
https://www.youtube.com/watch?v=ILfPgkqdSYc
Post
December 19, 2019