CGo + Python Tools


This site is designed to help make creating a library that binds between python and go easy.

Fill out the form below with a list of the structs that you want, and a package will be built to bring the data back and forth between the environments.

If you just want to use basic types (strings, ints, floats, or arrays of any of these) then I would recommend looking at the library I wrote instead

Build Structs

This section will allow you to define the structs that will allow you to exchange structured data between python and go

Build Functions

This section will allow you to define additional functions that will be linked between the libraries