Skip to content
/ goshimpy Public

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

Notifications You must be signed in to change notification settings

dionb/goshimpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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…)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published